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

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