Skip to main content
A newer version of this page is available. .

DockableTitleModel.Alignment Property

Gets or sets the title’s alignment within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[DependentUpon("Visibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public StringAlignment Alignment { get; set; }

Property Value

Type Description
StringAlignment

The relative position of the title.

See Also