Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Styles Namespace / NavBaseCustomStyle Class / Corners Property

In This Topic
    Corners Property (NavBaseCustomStyle)
    In This Topic
    Gets or sets the radii of the element corners.
    Syntax
    'Declaration
     
    
    Public Property Corners As Nullable(Of Corners)
    public Nullable<Corners> Corners {get; set;}
    See Also