DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / TextBrush Property



In This Topic
    TextBrush Property
    In This Topic
    The brush object only for labels of type "doLabelText"
    Syntax
    'Declaration
     
    
    Public Property TextBrush As SkiaSharp.SKPaint
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As SkiaSharp.SKPaint
     
    instance.TextBrush = value
     
    value = instance.TextBrush
    public SkiaSharp.SKPaint TextBrush {get; set;}
    public:
    property SkiaSharp.SKPaint^ TextBrush {
       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