Back to Devexpress

PictureEdit.SvgImageSize Property

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-fbecf645.md

latest1.5 KB
Original Source

PictureEdit.SvgImageSize Property

Gets or sets the required size of the vector image.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Size SvgImageSize { get; set; }
vb
<DXCategory("Appearance")>
Public Property SvgImageSize As Size

Property Value

TypeDescription
Size

A System.Drawing.Size structure that specifies the required size for rendering the vector image.

|

Remarks

See the RepositoryItemPictureEdit.SvgImageSize property, which is equivalent to the current property, for more information.

See Also

SvgImageSize

SvgImage

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace