Class ShapeFormat
Represents Shape formatting.
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 ShapeFormat : FormatBase, IEntityBase, IXDLSSerializable
Constructors
ShapeFormat()
Initializing constructor.
Declaration
public ShapeFormat()
Properties
Fill
Gets / sets brush object for the shape if needed.
Declaration
public FillData Fill { get; }
Property Value
| Type |
|---|
| FillData |
Line
Gets / sets pen object for the shape if needed.
Declaration
public LineData Line { get; }
Property Value
| Type |
|---|
| LineData |
Methods
EnsureComposites()
Declaration
protected override void EnsureComposites()
Overrides
GetDefComposite(Int32)
Declaration
protected override FormatBase GetDefComposite(int key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | key |
Returns
| Type |
|---|
| FormatBase |
Overrides
GetDefValue(Int32)
Declaration
protected override object GetDefValue(int key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | key |
Returns
| Type |
|---|
| System.Object |
Overrides
InitXDLSHolder()
Inits composite data for XML serialization.
Declaration
protected override void InitXDLSHolder()