VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI Namespace / WpfMprSliceVisualizer Class / SlicePen Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    SlicePen Property (WpfMprSliceVisualizer)
    In This Topic
    Gets or sets a pen for drawing of outline of MPR slice.
    Syntax
    'Declaration
    
    Public Overridable Property SlicePen As System.Windows.Media.Pen
    
    
    public virtual System.Windows.Media.Pen SlicePen { get; set; }
    
    
    public: __property virtual System.Windows.Media.Pen* get_SlicePen();
    public: __property virtual void set_SlicePen(
    System.Windows.Media.Pen* value
    );
    public:
    virtual property System.Windows.Media.Pen^ SlicePen { System.Windows.Media.Pen^ get(); void set(System.Windows.Media.Pen^ value); }
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also