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

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

    Namespace: DevExpress.XtraLayout

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