IsVerticalAngled(ITextBox) Method
In This Topic
Check if we need special processing for the text.
Syntax
'Declaration
Public Overloads Shared Function IsVerticalAngled( _
ByVal As ITextBox _
) As Boolean
public static bool IsVerticalAngled(
ITextBox
)
Parameters
- tb
See Also