Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Style Class / TextIndent Property

In This Topic
    TextIndent Property
    In This Topic
    Gets or sets the indentation of the first line in a block of text.
    Syntax
    'Declaration
     
    Public Property TextIndent As Unit
    public Unit TextIndent {get; set;}
    Remarks
    This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

    The default is 0.

    See Also