Click or drag to resize

FixedText.SetStandardStyle Method (Typed)

X#
Set the alignment style for the text in a FixedText object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetStandardStyle(
	kTextStyle AS LONG
) AS LONG
Request Example View Source

Parameters

kTextStyle
Type: Long
The text alignment style, specified as one of the following constants: ConstantDescriptionFT_CENTEREDCentered textFT_LEFTALIGNLeft-aligned text (This is the default.)FT_RIGHTALIGNRight-aligned text

Return Value

Type: Long
See Also