Class InkCanvas
Inheritance
System.Object
InkCanvas
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class InkCanvas : WpfTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
InkCanvas()
Declaration
public InkCanvas()
Fields
ActiveEditingModeProperty
Declaration
public static AutomationProperty ActiveEditingModeProperty
Field Value
AutomationProperty
|
BackgroundProperty
EditingModeInvertedProperty
Declaration
public static AutomationProperty EditingModeInvertedProperty
Field Value
AutomationProperty
|
EditingModeProperty
Properties
ActiveEditingMode
Declaration
public InkCanvasEditingMode ActiveEditingMode { get; set; }
Property Value
InkCanvasEditingMode
|
Background
EditingMode
Declaration
public InkCanvasEditingMode EditingMode { get; set; }
Property Value
InkCanvasEditingMode
|
EditingModeInverted
Declaration
public InkCanvasEditingMode EditingModeInverted { get; set; }
Property Value
InkCanvasEditingMode
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|