Click or drag to resize

RichEdit.Alignment Property (Typed)

X#
A constant representing the paragraph alignment of the rich edit:

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Alignment AS LONG GET SET 
Request Example View Source

Property Value

Type: Long
A constant representing the paragraph alignment of the rich edit:
Remarks
One of the following constants representing the paragraph alignment of the rich edit:
ConstantDescription
REPARA_CENTERText is centered
REPARA_LEFTText is left-aligned
REPARA_RIGHTText is right-aligned
See Also