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