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

    Gets a Pen that draws the current SvgImageItem.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [Browsable(false)]
    public Pen OutlinePen { get; }

    Property Value

    Type Description
    Pen

    A Pen that draws the current SvgImageItem.

    See Also