Back to Devexpress

TileItemFrame.UseText Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemframe-ae619735.md

latest2.3 KB
Original Source

TileItemFrame.UseText Property

Gets or sets if the current TileItemFrame should display its own text content.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool UseText { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property UseText As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the current TileItemFrame should display its own text content; false to display the previous frame’s context.

|

Remarks

The UseText specifies whether the current TileItemFrame should use its own text. See the Tile Animation topic’s ‘Animation Options’ section to learn more.

See Also

BackgroundImage

UseImage

UseBackgroundImage

AnimateImage

AnimateBackgroundImage

AnimateText

Tile Animation

TileItemFrame Class

TileItemFrame Members

DevExpress.XtraEditors Namespace