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

DockableTitleModel.WordWrap Property

Gets or sets the value that defines whether a title’s text should wrap when it’s too lengthy.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Boolean

true if a title’s text should wrap; otherwise false.

See Also