Description
Returns or sets the characters' tint from 0% to 100%.
Corresponds to the GNML the command >gray...<
Syntax
object.Gray [ =intTint ] |
object
Required. Object name, returned by Text.GetTextStatus, Text.GetParaTextStatus and Text.GetDefaultTextStatus functions
intTint
Integer number. Color percentage 0 to 100
Example
If objTS.HasGray Then
iTextGray = objTS.Gray 'displays the current color
End If
See also