ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / TextBoxShape Class / TextMarginLeft Property

In This Topic
    TextMarginLeft Property (TextBoxShape)
    In This Topic
    Gets or sets left internal margin (in twips * 32.5 / RTF dxTextLeft).
    Syntax
    'Declaration
     
    Public Property TextMarginLeft As Integer
    public int TextMarginLeft {get; set;}
    See Also