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

Justify Bias Right Property
Formats Justifies Class

Public Property Get JustifyBiasRight() As String

Property whose Constant value tells functions like JustifyText to bias alignment to the right 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
    JustifyBiasLeft Property

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