StateAppearances.SetWordWrap(WordWrap) Method
Specifies if the word wrap should be used.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
wrapMode | WordWrap | A enumerator value indicating whether the word wrap should be used. |
Remarks
Word wrap settings, provided by the SetWordWrap method, are used by all StateAppearances objects (StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed and StateAppearances.Disabled).
See Also