Back to Devexpress

TileControl.AppearanceText Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-b356c67c.md

latest2.7 KB
Original Source

TileControl.AppearanceText Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public AppearanceObject AppearanceText { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property AppearanceText As AppearanceObject

Property Value

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

See Also

TileControl.ShowText

Text

AppearanceGroupText

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace