| AnnotationTextBrush Property |
Gets or sets the brush used for drawing the annotation text.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public SolidBrush TextBrush { get; set; }
Public Property TextBrush As SolidBrush
Get
Set
Dim instance As Annotation
Dim value As SolidBrush
value = instance.TextBrush
instance.TextBrush = value
public:
property SolidBrush^ TextBrush {
SolidBrush^ get ();
void set (SolidBrush^ value);
}
Property Value
Type:
SolidBrushSee Also