Class InkPresenter
Implements a rectangular surface that displays ink strokes.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public class InkPresenter : Canvas
Constructors
| Improve this Doc View SourceInkPresenter()
Initializes a new instance of the InkPresenter class.
Declaration
public InkPresenter()
Fields
| Improve this Doc View SourceStrokesProperty
Identifies the Strokes dependency property.
Declaration
public static readonly DependencyProperty StrokesProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceStrokes
Gets or sets the strokes that the InkPresenter displays.
Declaration
public StrokeCollection Strokes { get; set; }
Property Value
Type | Description |
---|---|
StrokeCollection | The collection of ink strokes that are displayed by the InkPresenter. |
Methods
| Improve this Doc View SourceCreateDomElement(Object, out Object)
Declaration
public override object CreateDomElement(object parentRef, out object domElementWhereToPlaceChildren)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parentRef | |
System.Object | domElementWhereToPlaceChildren |
Returns
Type | Description |
---|---|
System.Object |