Back to Devexpress

TileItemElement.ImageBorderColor Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-c2239ae9.md

latest1.5 KB
Original Source

TileItemElement.ImageBorderColor Property

Gets or sets the color of a border drawn around this TileItemElement‘s image.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Appearance")]
public Color ImageBorderColor { get; set; }
vb
<Browsable(False)>
<DXCategory("Appearance")>
Public Property ImageBorderColor As Color

Property Value

TypeDescription
Color

The Color of the border drawn around this TileItemElement‘s image.

|

Remarks

See the TileItemElement.ImageBorder property to learn more.

See Also

ImageBorder

TileItemElement Class

TileItemElement Members

DevExpress.XtraEditors Namespace