ImageGear .NET - Updated
Radius Property (IImGearRoundedRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > IImGearRoundedRectangle Interface : Radius Property
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