 | FS_CIRCLEFRadius Property |
Gets or sets the radius of the circle.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic float Radius {
get;
set; }
Public Property Radius As Single
Get
Set
public:
property float Radius {
float get ();
void set (float value);
}
member Radius : float32 with
get, set
/** @property */
public float get_Radius()
/** @property */
public void set_Radius(float value)
function get_Radius();
function set_Radius(value);
Property Value
Single
See Also