Skip to main content
All docs
V26.1
  • LayoutControlItem.SvgImageSize Property

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

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v26.1.dll

    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