RichEdit.Alignment Property (Typed)
|
|
A constant representing the paragraph alignment of the rich edit:
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.24 GA
Syntax VIRTUAL PROPERTY Alignment AS LONG GET SET
public virtual int Alignment { get; set; } Request Example
View SourceProperty Value
Type:
LongA 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