ComponentOne TileControl for WinForms
C1.Win.TileControl.8 Assembly / C1.Win.Tile Namespace / TextElement Class / Margin Property

In This Topic
    Margin Property (TextElement)
    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