DicomObjects.NET8 Documentation
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 SkiaSharp.SKPaint
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As SkiaSharp.SKPaint
     
    instance.Brush = value
     
    value = instance.Brush
    public SkiaSharp.SKPaint Brush {get; set;}
    public:
    property SkiaSharp.SKPaint^ Brush {
       SkiaSharp.SKPaint^ get();
       void set (    SkiaSharp.SKPaint^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also