VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI Namespace / MprSliceVisualizer Class / SlicePen Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    SlicePen Property (MprSliceVisualizer)
    In This Topic
    Gets or sets a pen for drawing of outline of MPR slice.
    Syntax
    'Declaration
    
    Public Overridable Property SlicePen As System.Drawing.Pen
    
    
    public virtual System.Drawing.Pen SlicePen { get; set; }
    
    
    public: __property virtual System.Drawing.Pen get_SlicePen();
    public: __property virtual void set_SlicePen(
    System.Drawing.Pen value
    );
    public:
    virtual property System.Drawing.Pen SlicePen { System.Drawing.Pen get(); void set(System.Drawing.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