Class ShapeBase
Represents the ShapeBase class.
Inheritance
System.Object
    
    
    
    
    ShapeBase
      
      
  Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public abstract class ShapeBase : ShapeCommon, INodeConstructors
ShapeBase()
Initializes a new instance of the ShapeBase class.
Declaration
public ShapeBase()Properties
AllowOverlap
Gets or sets the Allow Overlap.
Declaration
public bool AllowOverlap { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The Allow Overlap of shape. | 
HorizontalAlignment
Gets or sets the Horizontal Alignment.
Declaration
public ShapeHorizontalAlignment HorizontalAlignment { get; set; }Property Value
| Type | Description | 
|---|---|
| ShapeHorizontalAlignment | The Horizontal Alignment of shape. | 
HorizontalOrigin
Gets or sets the Horizontal Origin.
Declaration
public HorizontalOrigin HorizontalOrigin { get; set; }Property Value
| Type | Description | 
|---|---|
| HorizontalOrigin | The Horizontal Origin of shape. | 
HorizontalPosition
Gets or sets the Horizontal Position.
Declaration
public double HorizontalPosition { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The Horizontal Position of shape. | 
LayoutInCell
Gets or sets the Layout In Cell.
Declaration
public bool LayoutInCell { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The Layout In Cell of shape. | 
LockAnchor
Gets or sets the Lock Anchor.
Declaration
public bool LockAnchor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The Lock Anchor of shape. | 
VerticalAlignment
Gets or sets the Vertical Alignment.
Declaration
public ShapeVerticalAlignment VerticalAlignment { get; set; }Property Value
| Type | Description | 
|---|---|
| ShapeVerticalAlignment | The Vertical Alignment of shape. | 
VerticalOrigin
Gets or sets the Vertical Origin.
Declaration
public VerticalOrigin VerticalOrigin { get; set; }Property Value
| Type | Description | 
|---|---|
| VerticalOrigin | The Vertical Origin of shape. | 
VerticalPosition
Gets the Vertical Position.
Declaration
public double VerticalPosition { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The Vertical Position of shape. |