Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Paragraph Class / LeftIndent Property

In This Topic
    LeftIndent Property
    In This Topic
    Gets or sets the indentation from the left edge of the Textbox, less left padding.

    Default: 0tw.

    Syntax
    'Declaration
     
    Public Property LeftIndent As RdlSize
    public RdlSize LeftIndent {get; set;}
    See Also