ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / BaseElement Class / Margin Property

In This Topic
    Margin Property (BaseElement)
    In This Topic
    Gets or sets the outer spacing of the element.
    Syntax
    'Declaration
     
    
    Public Property Margin As Padding
    public Padding Margin {get; set;}
    See Also