Image Area CircleRadius Property
This is used to get or set the circle's radius
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public int Radius { get; set; }VB
Public Property Radius As Integer
Get
SetC++
public:
property int Radius {
int get ();
void set (int value);
}F#
member Radius : int with get, set