Skip to main content
All docs
V25.1
  • SvgImageItem.Path Property

    Gets a GraphicsPath that outlines the current SvgImageItem.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [Browsable(false)]
    public GraphicsPath Path { get; }

    Property Value

    Type Description
    GraphicsPath

    A GraphicsPath that outlines the current SvgImageItem.

    See Also