[VB] | Public Sub setFontAngle(angle As Double [, vertical As Boolean ]) |
[C#] | public void setFontAngle(double angle [, bool vertical ]); |
ChartDirector 5.1 (.NET Edition)
TextBox.setFontAngle
Usage
[VB] | Public Sub setFontAngle(angle As Double [, vertical As Boolean ]) |
[C#] | public void setFontAngle(double angle [, bool vertical ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
angle | (Mandatory) | The text rotation angle. Rotation is measured in counter-clockwise direction in degrees. |
vertical | false | Determine if the font is layout horizontally (from left to right) or vertically (from top to down). Vertical layout is common for Oriental languages such as Chinese, Japanese and Korean. A true value means vertical layout. A false value means horizontal layout. |
Return Value