ImageGear for .NET
Radius Property (IImGearRoundedRectangle)




Gets or sets the radius for the rounded edges.
Syntax
'Declaration
 
Property Radius As Integer
'Usage
 
Dim instance As IImGearRoundedRectangle
Dim value As Integer
 
instance.Radius = value
 
value = instance.Radius
int Radius {get; set;}
__property int get_Radius();
__property void set_Radius( 
   int value
);
property int Radius {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearRoundedRectangle Interface
IImGearRoundedRectangle Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback