TileControl.AppearanceText Property
Provides access to appearance settings used to paint the current TileControl caption.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject that contains appearance settings used to paint the current TileControl caption. |
Remarks
Use the TileControl.ShowText property to set the visibility of the TileControl caption. The caption itself is specified by the TileControl.Text property. Use the AppearanceText property to access appearance settings used to paint the current TileControl caption.
The figure below shows a TileControl with the caption set to “Realtor World by DevExpress”.
Note
The caption vertical alignment (*AppearanceText*.Options.VAlignment) is not supported.
TileGroups can also have captions. See the TileGroup.Text, TileControl.ShowText and TileControl.AppearanceGroupText properties to learn more.