The Radius Property supports WPF/Silverlight.
The Radius Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the radius of this point object. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Property Radius As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAnnPoint Dim value As Double instance.Radius = value value = instance.Radius | |
| C# | |
|---|---|
double Radius {get; set;} | |
Property Value
A System.Windows.Point structure that specifies the radius the point object in pixels.Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code