Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / Margin Property

In This Topic
    Margin Property (C1TextBox)
    In This Topic
    Gets or sets the space between controls.
    Syntax
    'Declaration
     
    
    Public Property Margin As Padding
    public Padding Margin {get; set;}
    See Also