Back to Devexpress

FreePositionModel.DockCorner Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-freepositionmodel.md

latest1.7 KB
Original Source

FreePositionModel.DockCorner Property

Gets or sets the value of the FreePosition.DockCorner within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.General)]
public DockCorner DockCorner { get; set; }
vb
<PropertyForOptions>
<LocalizableCategory(DesignerCategories.General)>
Public Property DockCorner As DockCorner

Property Value

TypeDescription
DockCorner

The dock corner of the annotation anchoring element.

|

Available values:

NameDescription
LeftTop

The annotation’s shape is docked to the left top corner.

| | LeftBottom |

The annotation’s shape is docked to the left bottom corner.

| | RightTop |

The annotation’s shape is docked to the right top corner.

| | RightBottom |

The annotation’s shape is docked to the right bottom corner.

|

See Also

FreePositionModel Class

FreePositionModel Members

DevExpress.XtraCharts.Designer Namespace