Skip to main content
Bar

StateAppearances.SetWordWrap(WordWrap) Method

Specifies if the word wrap should be used.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SetWordWrap(
    WordWrap wrapMode
)

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