Class ShapeCommon
Represents the shape common.
Inheritance
Inherited Members
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public abstract class ShapeCommon : ParagraphItem, IXDLSSerializable, IWidget, IParagraphItem, IEntity, IOfficeRun
Properties
AlternativeText
Gets or sets the alternate text for the shape or chart.
Declaration
public string AlternativeText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that represents the alternate text. |
Height
Gets or sets the height of the shape or chart measured in points.
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The float that specifies the height of the shape or chart. |
HeightScale
Gets or sets the height scale factor of shape or chart or child shapes measured in percent.
Declaration
public float HeightScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The float that specifies the height scale factor. |
Item[Int32]
Gets or sets the value for the property with specified key.
Declaration
protected object this[int key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | key | The key for the property. |
Property Value
Type | Description |
---|---|
System.Object | An object with the specific key. |
Name
Gets or sets the name of the shape or chart.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that represents the name. |
Title
Gets or sets the title for the shape or chart.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that represents the title. |
Width
Gets or sets the width of the shape or chart measured in points.
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The float that specifies the width of the shape or chart. |
WidthScale
Gets or sets the width scale factor of shape or chart or child shapes measured in percent.
Declaration
public float WidthScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The float that specifies the width scale factor. |
Methods
CloneImpl()
Declaration
protected override object CloneImpl()
Returns
Type | Description |
---|---|
System.Object | The reference to the newly created object. |