Skip to main content
All docs
V25.1
  • SvgImageItem.Bounds Property

    Gets the SvgImageItem‘s bounds.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [Browsable(false)]
    public RectangleF Bounds { get; }

    Property Value

    Type Description
    RectangleF

    A RectangleF structure that stores SvgImageItem‘s bounds.

    See Also