Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / FirstLineIsStartOfParagraph Property

In This Topic
    FirstLineIsStartOfParagraph Property
    In This Topic
    Gets or sets a value indicating whether the first line of text is the start of paragraph. The default is true.
    Syntax
    'Declaration
     
    Public Property FirstLineIsStartOfParagraph As System.Boolean
    public System.bool FirstLineIsStartOfParagraph {get; set;}
    See Also