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

In This Topic
    Corners Property (NavEditorCustomStyle)
    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