Class WCanvas
Represents a canvas element in a Word document that can contain multiple drawing objects.
Inheritance
System.Object
WCanvas
Inherited Members
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public class WCanvas : ShapeBase, IXDLSSerializable, IWidget, IParagraphItem, IOfficeRun, IEntity
Properties
EntityType
Gets the type of the entity, which is Canvas in this case.
Declaration
public override EntityType EntityType { get; }
Property Value
Type | Description |
---|---|
EntityType | A value of the EntityType enumeration that represents the entity type. |
Overrides
Methods
CloneImpl()
Creates a duplicate copy of the WCanvas.
Declaration
protected override object CloneImpl()
Returns
Type | Description |
---|---|
System.Object | The reference of the newly created object. |