| HotspotFillBrushDirection Property |
Gets or sets the direction the gradinet brush is orientated.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public LinearGradientMode FillBrushDirection { get; set; }
Public Property FillBrushDirection As LinearGradientMode
Get
Set
Dim instance As Hotspot
Dim value As LinearGradientMode
value = instance.FillBrushDirection
instance.FillBrushDirection = value
public:
property LinearGradientMode FillBrushDirection {
LinearGradientMode get ();
void set (LinearGradientMode value);
}
Property Value
Type:
LinearGradientModeSee Also