ImageGear .NET - Updated
Radius Property (ImGearRoundedRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRoundedRectangle Structure : Radius Property
Gets or sets the radius for the rounded edges.
Syntax
'Declaration
 
Public Property Radius As Integer
'Usage
 
Dim instance As ImGearRoundedRectangle
Dim value As Integer
 
instance.Radius = value
 
value = instance.Radius
public int Radius {get; set;}
public: __property int get_Radius();
public: __property void set_Radius( 
   int value
);
public:
property int Radius {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearRoundedRectangle Structure
ImGearRoundedRectangle Members