Click or drag to resize

RichEdit.Alignment Property

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

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

Property Value

Type: Usual
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