Class WInk
Represents an Ink element in a Word document.
Inheritance
System.Object
WInk
Inherited Members
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public class WInk : ShapeBase, IXDLSSerializable, IWidget, IParagraphItem, IOfficeRun, IEntity
Properties
EntityType
Gets the type of the entity.
Declaration
public override EntityType EntityType { get; }
Property Value
| Type |
|---|
| EntityType |
Overrides
Traces
Gets the collection of ink traces within this ink object.
Declaration
public IOfficeInkTraces Traces { get; }
Property Value
| Type | Description |
|---|---|
| IOfficeInkTraces | An IOfficeInkTraces object representing the collection of ink strokes. |
Methods
CloneImpl()
Creates a duplicate copy of the entity.
Declaration
protected override object CloneImpl()
Returns
| Type | Description |
|---|---|
| System.Object | A reference to the newly created object. |