Back to Devexpress

LayoutControlItem.SvgImageSize Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrolitem-ca579d9c.md

latest1.5 KB
Original Source

LayoutControlItem.SvgImageSize Property

Gets or sets the size of vector image for this item’s label.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Size

A structure that specifies an image size.

|

See Also

SvgImage

ImageOptions

LayoutControlItem Class

LayoutControlItem Members

DevExpress.XtraLayout Namespace