Skip to main content

PaneTitleModel.Alignment Property

Gets or sets the PaneTitle.Alignment property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
StringAlignment

The pane title alignment.

See Also