TdxBarItemLink.UserPaintStyle Property
Specifies a user-defined paint style.
Declaration
property UserPaintStyle: TdxBarPaintStyle read; write; default psStandard;
Property Value
Type | Default |
---|---|
TdxBarPaintStyle | psStandard |
Remarks
This property can be modified from the context-sensitive modification popup menu or programmatically. The menu is invoked by clicking the right mouse button on an item control when the customization form is active. By default, UserPaintStyle is psStandard. Set the UserPaintStyle programmatically or by means of the customizing popup:
See Also