Back to Devexpress

LayoutControlItem.SvgImage Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrolitem-3d6a32fd.md

latest1.7 KB
Original Source

LayoutControlItem.SvgImage Property

Gets or sets the vector image for this item’s label. This property is obsolete. Use the LayoutControlItem.ImageOptions.SvgImage property instead.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual SvgImage SvgImage { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Appearance")>
<XtraSerializableProperty>
<DefaultValue(Nothing)>
Public Overridable Property SvgImage As SvgImage

Property Value

TypeDefaultDescription
SvgImagenull

An object that specifies a vector image.

|

See Also

SvgImageSize

ImageOptions

LayoutControlItem Class

LayoutControlItem Members

DevExpress.XtraLayout Namespace