ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / LeftIndent Property

In This Topic
    LeftIndent Property (C1WordDocument)
    In This Topic
    Gets or sets a current left indent of this document.
    Syntax
    'Declaration
     
    Public Property LeftIndent As Single
    public float LeftIndent {get; set;}

    Property Value

    The left indent of the Word/RTF document.
    See Also