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

PaneTitleModel.Alignment Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

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