ChartDirector 5.1 (.NET Edition)

TextBox.setAlignment


Usage

[VB] Public Sub setAlignment(a As Integer)
[C#] public void setAlignment(int a);

Description

Sets the alignment of the text relative to the container box.

Arguments

ArgumentDefaultDescription
a(Mandatory)The alignment specification. See Alignment Specification for supported alignment types.

Return Value

None