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
    public System.Drawing.Pen BorderPen {get; set;}
    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