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

StateAppearances.SetWordWrap(WordWrap) Method

Specifies if the word wrap should be used.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

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