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

In This Topic
    Border Property (NavBaseCustomStyle)
    In This Topic
    Gets or sets the thickness of the border around the element.
    Syntax
    'Declaration
     
    
    Public Property Border As Nullable(Of Thickness)
    public Nullable<Thickness> Border {get; set;}
    See Also