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

BarItemCustomDrawEventArgs.DrawText(AppearanceObject) Method

Draws the default text with custom appearance settings for this bar item link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void DrawText(
    AppearanceObject appearance
)

Parameters

Name Type Description
appearance AppearanceObject

An AppearanceObject that stores appearance settings that should be applied to the drawn text.

Remarks

See the BarManager.CustomDrawItem event to learn more.

See Also