TileControl.AppearanceText Property
Provides access to appearance settings used to paint the current TileControl caption.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public AppearanceObject AppearanceText { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#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 (*Appearance
TileGroups can also have captions. See the TileGroup.Text, TileControl.ShowText and TileControl.AppearanceGroupText properties to learn more.