Class ShapeCommon
Represents the ShapeCommon class.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public abstract class ShapeCommon : Inline, INode
Constructors
ShapeCommon()
Initializes a new instance of the ShapeCommon class.
Declaration
public ShapeCommon()
Properties
AlternativeText
Gets the Alternative Text.
Declaration
public string AlternativeText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Alternative Text of shape. |
Height
Gets the height.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height of shape. |
HeightScale
Gets the height Scale.
Declaration
public float HeightScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The height Scale of shape. |
LineFormat
Gets the line format.
Declaration
public LineFormat LineFormat { get; set; }
Property Value
Type | Description |
---|---|
LineFormat | The line format of shape. |
Name
Gets the name of the ShapeCommon.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the ShapeCommon. |
Title
Gets the title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The title of shape. |
Visible
Gets the visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The visible. |
Width
Gets the width.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of shape. |
WidthScale
Gets the width Scale.
Declaration
public float WidthScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The width Scale of shape. |
WrapFormat
Gets the wrap format.
Declaration
public WrapFormat WrapFormat { get; set; }
Property Value
Type | Description |
---|---|
WrapFormat | The wrap format of shape. |