Click or drag to resize

ContentSharingCanvas Class

WPF Canvas for rendering ContentSharing.
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsPanel
              System.Windows.ControlsCanvas
                Avaya.ClientServicesContentSharingCanvas

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ContentSharingCanvas : Canvas

The ContentSharingCanvas type exposes the following members.

Constructors
  NameDescription
Public methodContentSharingCanvas
Content sharing canvas.
Top
Properties
  NameDescription
Public propertyCursorImage
Image drawn for collaboration cursor.
Public propertyPauseImage
Image shown when collaboration has been paused.
Public propertyTextFontFamily
Font typeface for content sharing canvas.
Public propertyTextFontSize
Font size for informational content sharing canvas text.
Top
Methods
  NameDescription
Public methodClear
Clears Canvas.
Protected methodOnContentSharingEnded
Protected methodOnContentSharingPaused
Protected methodOnContentSharingResumed
Protected methodOnContentSharingStarted
Protected methodOnCursorReceived
Protected methodOnKeyUp (Overrides UIElementOnKeyUp(KeyEventArgs).)
Protected methodOnLoaded
Protected methodOnMouseDown (Overrides UIElementOnMouseDown(MouseButtonEventArgs).)
Protected methodOnMouseMove (Overrides UIElementOnMouseMove(MouseEventArgs).)
Protected methodOnMouseUp (Overrides UIElementOnMouseUp(MouseButtonEventArgs).)
Protected methodOnMouseWheel (Overrides UIElementOnMouseWheel(MouseWheelEventArgs).)
Protected methodOnRender (Overrides PanelOnRender(DrawingContext).)
Protected methodOnSharingFrameReceived
Protected methodOnUnloaded
Public methodSetContentSharing
Sets ContentSharing object for canvas. ContentSharing object can be set once for ContentSharingCanvas object. It will be unset automatically after End or EndSucceeded is received from ContentSharing and canvas will be reseted to initial state. This method should be called once in a lifetime of ContentSharingCanvas object. Subsequent calls are no-ops.
Top
See Also