DicomObjects.NET.V8
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 Brush
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Brush
     
    instance.TextBrush = value
     
    value = instance.TextBrush
    public Brush TextBrush {get; set;}
    public:
    property Brush^ TextBrush {
       Brush^ get();
       void set (    Brush^ value);
    }
    Remarks
    The default color for TextBrush is White, if ShowUpdate is set true, changes made to TextBrush, as to any other properties of the label object will cause an immediate image update.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also