DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / Pen Property






In This Topic
    Pen Property
    In This Topic
    Object used to draw lines and curves
    Syntax
    'Declaration
     
    
    Public Property Pen As System.Drawing.Pen
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.Pen
     
    instance.Pen = value
     
    value = instance.Pen
    public System.Drawing.Pen Pen {get; set;}
    public read-write property Pen: System.Drawing.Pen; 
    public function get,set Pen : System.Drawing.Pen
    public: __property System.Drawing.Pen* get_Pen();
    public: __property void set_Pen( 
       System.Drawing.Pen* value
    );
    public:
    property System.Drawing.Pen^ Pen {
       System.Drawing.Pen^ get();
       void set (    System.Drawing.Pen^ value);
    }
    Remarks
    Default pen is Pen(White).
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also