| EllipseCentre Property |
Gets or sets the centre of the ellipse.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Point Centre { get; set; }
Public Property Centre As Point
Get
Set
Dim instance As Ellipse
Dim value As Point
value = instance.Centre
instance.Centre = value
public:
property Point Centre {
Point get ();
void set (Point value);
}
Property Value
Type:
PointSee Also