Class ShapeStyle
Summary description for ShapeStyle.
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: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class ShapeStyle : Style, IEntityBase, IXDLSSerializable, IStyle
Constructors
ShapeStyle(IDocument)
Initializing constructor
Declaration
public ShapeStyle(IDocument doc)
Parameters
| Type | Name | Description |
|---|---|---|
| IDocument | doc |
Fields
m_shapeFormat
Declaration
protected ShapeFormat m_shapeFormat
Field Value
| Type |
|---|
| ShapeFormat |
Properties
ShapeFormat
Gets shape format
Declaration
public ShapeFormat ShapeFormat { get; }
Property Value
| Type |
|---|
| ShapeFormat |
Methods
Clone(IDocument)
Cloned itself
Declaration
public override IStyle Clone(IDocument document)
Parameters
| Type | Name | Description |
|---|---|---|
| IDocument | document |
Returns
| Type |
|---|
| IStyle |
Overrides
InitXDLSHolder()
Declaration
protected override void InitXDLSHolder()
Overrides
WriteXmlAttributes(IXDLSAttributeWriter)
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| IXDLSAttributeWriter | writer |