| EllipseWidthRadius Property |
Gets or sets the radius of the ellipse on the X axis.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public int WidthRadius { get; set; }
Public Property WidthRadius As Integer
Get
Set
Dim instance As Ellipse
Dim value As Integer
value = instance.WidthRadius
instance.WidthRadius = value
public:
property int WidthRadius {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also