Skip to main content

LayoutControlItem.SvgImageSize Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.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.

Remarks

The SvgImageSize property and the SvgImageSize property in ImageOptions are equivalent.

See Also