RichEdit.Margins Property (Typed) | |
A Dimension object specifying the left and right margins of the edit control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Margins AS Dimension GET SET
public override Dimension Margins { get; set; }
Request Example
View SourceProperty Value
Type:
DimensionA Dimension object specifying the left and right margins of the edit control.
See Also