| HotspotFillBrush Property |
Gets or sets a brush for painting the inside of the hotspot.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Brush FillBrush { get; set; }
Public Property FillBrush As Brush
Get
Set
Dim instance As Hotspot
Dim value As Brush
value = instance.FillBrush
instance.FillBrush = value
public:
property Brush^ FillBrush {
Brush^ get ();
void set (Brush^ value);
}
Property Value
Type:
BrushSee Also