ContentSharingCanvas Class |
Namespace: Avaya.ClientServices
public class ContentSharingCanvas : Canvas
The ContentSharingCanvas type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentSharingCanvas |
Content sharing canvas.
|
Name | Description | |
---|---|---|
![]() | CursorImage |
Image drawn for collaboration cursor.
|
![]() | PauseImage |
Image shown when collaboration has been paused.
|
![]() | TextFontFamily |
Font typeface for content sharing canvas.
|
![]() | TextFontSize |
Font size for informational content sharing canvas text.
|
Name | Description | |
---|---|---|
![]() | Clear |
Clears Canvas.
|
![]() | OnContentSharingEnded | |
![]() | OnContentSharingPaused | |
![]() | OnContentSharingResumed | |
![]() | OnContentSharingStarted | |
![]() | OnCursorReceived | |
![]() | OnKeyUp | (Overrides UIElementOnKeyUp(KeyEventArgs).) |
![]() | OnLoaded | |
![]() | OnMouseDown | (Overrides UIElementOnMouseDown(MouseButtonEventArgs).) |
![]() | OnMouseMove | (Overrides UIElementOnMouseMove(MouseEventArgs).) |
![]() | OnMouseUp | (Overrides UIElementOnMouseUp(MouseButtonEventArgs).) |
![]() | OnMouseWheel | (Overrides UIElementOnMouseWheel(MouseWheelEventArgs).) |
![]() | OnRender | (Overrides PanelOnRender(DrawingContext).) |
![]() | OnSharingFrameReceived | |
![]() | OnUnloaded | |
![]() | SetContentSharing |
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.
|