Click or drag to resize

WhiteboardCanvas 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.ClientServicesWhiteboardCanvas

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

The WhiteboardCanvas type exposes the following members.

Constructors
  NameDescription
Public methodWhiteboardCanvas
Whiteboard canvas.
Top
Properties
  NameDescription
Public propertyTextFontFamily
Font typeface for content sharing canvas.
Public propertyTextFontSize
Font size for informational content sharing canvas text.
Top
Methods
  NameDescription
Public methodClearWhiteboard
Clear whiteboard (delete all shapes).
Public methodGetWhiteboardSurface
Returns whiteboard control object.
Protected methodOnMouseDown (Overrides UIElementOnMouseDown(MouseButtonEventArgs).)
Protected methodOnMouseEnter (Overrides UIElementOnMouseEnter(MouseEventArgs).)
Protected methodOnMouseLeave (Overrides UIElementOnMouseLeave(MouseEventArgs).)
Protected methodOnMouseMove (Overrides UIElementOnMouseMove(MouseEventArgs).)
Protected methodOnMouseUp (Overrides UIElementOnMouseUp(MouseButtonEventArgs).)
Public methodSetDrawingColor
Set color for currently selected tool.
Public methodSetDrawingTool
Select drawing tool for whiteboard.
Public methodSetWhiteboardSurface
Set whiteboard control object.
Top
Fields
See Also