| HotspotFillBrushColor Property |
Read only gets the color of the Hotspot FillBrush
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Color FillBrushColor { get; }
Public ReadOnly Property FillBrushColor As Color
Get
Dim instance As Hotspot
Dim value As Color
value = instance.FillBrushColor
public:
property Color FillBrushColor {
Color get ();
}
Property Value
Type:
ColorSee Also