LayoutControlItem.SvgImageSize Property
In This Article
Gets or sets the size of vector image for this item’s label.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual Size SvgImageSize { get; set; }
#Property Value
Type | Description |
---|---|
Size | A structure that specifies an image size. |
See Also