<-- Previous || Up || Next -->

Justify Bias Left Property
Formats Justifies Class

Public Property Get JustifyBiasLeft() As String

Property whose Constant value tells functions like JustifyText to bias alignment to the left whenever a choice must be made because of rounding.

Examples:
    JustifyText("This is a test.", 20, JustifyCenter + JustifyBiasLeft)  = "  This is a test.   "
    JustifyText("This is a test.", 20, JustifyCenter + JustifyBiasRight) = "   This is a test.  "
See also:
    JustifyText Function
    JustifyBiasRight Property

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.