SvgImageItem.Bounds Property
In This Article
Gets the SvgImageItem‘s bounds.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public RectangleF Bounds { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
See Also