Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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