SvgImageItem.Path Property
In This Article
Gets a GraphicsPath that outlines the current SvgImageItem.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public GraphicsPath Path { get; }
#Property Value
Type | Description |
---|---|
Graphics |
A Graphics |
See Also