Back to Devexpress

TileItemFrame.UseImage Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemframe-1f6327d6.md

latest2.3 KB
Original Source

TileItemFrame.UseImage Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

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

See Also

BackgroundImage

UseBackgroundImage

UseText

AnimateImage

AnimateBackgroundImage

AnimateText

Tile Animation

TileItemFrame Class

TileItemFrame Members

DevExpress.XtraEditors Namespace