ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRoundedRectangle Interface / Radius Property




In This Topic
    Radius Property (IImGearRoundedRectangle)
    In This Topic
    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