FixedText.SetStandardStyle Method (Typed) | |
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
public virtual int SetStandardStyle(
int kTextStyle
)
Request Example
View SourceParameters
- 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:
LongSee Also