Skip to main content

SvgImageItem.Bounds Property

Gets the SvgImageItem‘s bounds.

Namespace: DevExpress.XtraEditors

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