Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1RadialMenu Class / InnerRadius Property

In This Topic
    InnerRadius Property
    In This Topic
    Gets or sets the radius separating the area filled with items' background color on the outside from the inner area filled with radial menu's own background.

    The default value is 70.

    Syntax
    'Declaration
     
    
    Public Property InnerRadius As Integer
    public int InnerRadius {get; set;}
    See Also