ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfCell Class / LeftPadding Property

In This Topic
    LeftPadding Property
    In This Topic
    Gets or sets left padding of this cell.
    Syntax
    'Declaration
     
    Public Property LeftPadding As Single
    public float LeftPadding {get; set;}

    Property Value

    The left padding.
    See Also