Skip to main content

TileControl.AppearanceText Property

Provides access to appearance settings used to paint the current TileControl caption.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public AppearanceObject AppearanceText { get; }

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”.

TileControl - Group Headers

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.

See Also