ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / Margins Property

In This Topic
    Margins Property (C1TextBox)
    In This Topic
    Gets or sets the spacing between the input control content and its edges, in pixels. Default: all margins are set to 0.
    Syntax
    'Declaration
     
    Public Property Margins As Margins
    public Margins Margins {get; set;}
    See Also