Back to Devexpress

SvgImageItem.Path Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-b87c9c11.md

latest1.3 KB
Original Source

SvgImageItem.Path Property

Gets a GraphicsPath that outlines the current SvgImageItem.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public GraphicsPath Path { get; }
vb
<Browsable(False)>
Public ReadOnly Property Path As GraphicsPath

Property Value

TypeDescription
GraphicsPath

A GraphicsPath that outlines the current SvgImageItem.

|

See Also

SvgImageItem Class

SvgImageItem Members

DevExpress.XtraEditors Namespace