ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Label Class / TextJustify Property

In This Topic
    TextJustify Property (Label)
    In This Topic
    Gets or sets the type of justification to use when the Alignment property is set to Justify.
    Syntax
    'Declaration
     
    Public Property TextJustify As TextJustify
    public TextJustify TextJustify {get; set;}

    Property Value

    TextJustify enum. The default value is Auto. Possible values are:

    • Auto
    • Distribute
    • DistributeAllLines
    Remarks
    When you set the Alignment property to Justify, this property extends your justification options.
    See Also