Skip to main content

TitleBase.VerticalAlignment Property

Specifies the vertical alignment of the title.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[Browsable(true)]
[XtraSerializableProperty]
[DXBrowsable(true)]
public VerticalAlignment VerticalAlignment { get; set; }

#Property Value

Type Description
VerticalAlignment

A VerticalAlignment enumeration value.

See Also