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

In This Topic
    JustifiedSpaceExtension Property
    In This Topic
    Gets or sets the maximum white space extension factor before applying extension to other characters when text is justified.

    Valid values are from 0 to 10000. The default is 2.5.

    Syntax
    'Declaration
     
    Public Property JustifiedSpaceExtension As System.Single
    public System.float JustifiedSpaceExtension {get; set;}
    See Also