RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1BlockUIContainer Class / TextIndent Property

In This Topic
    TextIndent Property (C1BlockUIContainer)
    In This Topic
    Gets or sets the indentation, in pixels, of the first line of text in a block.
    Syntax
    'Declaration
     
    
    Public Property TextIndent As Double
    public double TextIndent {get; set;}
    See Also