DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / BorderPen Property






In This Topic
    BorderPen Property
    In This Topic
    The Pen object for Image border
    Syntax
    'Declaration
     
    
    Public Property BorderPen As System.Drawing.Pen
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Drawing.Pen
     
    instance.BorderPen = value
     
    value = instance.BorderPen
    public System.Drawing.Pen BorderPen {get; set;}
    public read-write property BorderPen: System.Drawing.Pen; 
    public function get,set BorderPen : System.Drawing.Pen
    public: __property System.Drawing.Pen* get_BorderPen();
    public: __property void set_BorderPen( 
       System.Drawing.Pen* value
    );
    public:
    property System.Drawing.Pen^ BorderPen {
       System.Drawing.Pen^ get();
       void set (    System.Drawing.Pen^ value);
    }
    Remarks
    User defined pen object for drawing the Image border. The default color is transparent and width is zero. If set to null, this property will be reset to transparent.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also