Edit.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.24 GA
Syntax VIRTUAL PROPERTY Margins AS Dimension GET SET
public virtual 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