RichEdit.Alignment Property | |
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
public virtual Usual Alignment { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA constant representing the paragraph alignment of the rich edit:
Remarks
One of the following constants representing the paragraph alignment of the rich edit:
Constant | Description |
---|
REPARA_CENTER | Text is centered |
REPARA_LEFT | Text is left-aligned |
REPARA_RIGHT | Text is right-aligned |
See Also