ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLTextShape Class / LeftMargin Property

In This Topic
    LeftMargin Property
    In This Topic
    Gets or sets the left margin area of this XLTextShape, in twips.
    Syntax
    'Declaration
     
    Public Property LeftMargin As System.Integer
    public System.int LeftMargin {get; set;}
    See Also