RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TextElement Class / Padding Property

In This Topic
    Padding Property (C1TextElement)
    In This Topic
    Gets or sets the padding of a text element.
    Syntax
    'Declaration
     
    Public Property Padding As Thickness
    public Thickness Padding {get; set;}
    See Also