DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / Brush Property



In This Topic
    Brush Property
    In This Topic
    Objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths
    Syntax
    'Declaration
     
    Public Property Brush As Brush
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Brush
     
    instance.Brush = value
     
    value = instance.Brush
    public Brush Brush {get; set;}
    public:
    property Brush^ Brush {
       Brush^ get();
       void set (    Brush^ value);
    }
    Remarks
    The default brush is SolidBrush(Transparent).
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also