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

In This Topic
    JustifiedSpaceShrinking Property
    In This Topic
    Gets or sets the white space shrinking factor when text is justified.

    Valid values are from 0.0 to 1.0. The default is 0.2.

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