Class ShapeContainer
Represents the ShapeContainer class.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class ShapeContainer : ShapeBase, INodeConstructors
ShapeContainer()
Initializes a new instance of the ShapeContainer class.
Declaration
public ShapeContainer()Properties
AutoShapeType
Gets or sets the Auto Shape Type.
Declaration
public AutoShapeType AutoShapeType { get; set; }Property Value
| Type | Description | 
|---|---|
| AutoShapeType | The Auto Shape Type. | 
TextFrame
Gets or sets the Text Frame.
Declaration
public TextFrame TextFrame { get; set; }Property Value
| Type | Description | 
|---|---|
| TextFrame | The Text Frame of shape. |