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
BackgroundProperty
EditingModeInvertedProperty
Declaration
public static AutomationProperty EditingModeInvertedProperty
Field Value
EditingModeProperty
Properties
ActiveEditingMode
Declaration
public InkCanvasEditingMode ActiveEditingMode { get; set; }
Property Value
Background
EditingMode
Declaration
public InkCanvasEditingMode EditingMode { get; set; }
Property Value
EditingModeInverted
Declaration
public InkCanvasEditingMode EditingModeInverted { get; set; }
Property Value
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|