| AnnotationBackgroundBrush Property |
Gets of sets the brush used to paint the annotation background.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public SolidBrush BackgroundBrush { get; set; }
Public Property BackgroundBrush As SolidBrush
Get
Set
Dim instance As Annotation
Dim value As SolidBrush
value = instance.BackgroundBrush
instance.BackgroundBrush = value
public:
property SolidBrush^ BackgroundBrush {
SolidBrush^ get ();
void set (SolidBrush^ value);
}
Property Value
Type:
SolidBrushSee Also