Spread Windows Forms 12.0 Product Documentation
IsMarginLeftSet Method (ElementStyle)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsMarginLeftSet Method
Gets whether the left margin (MarginLeft property) is set.
Syntax
'Declaration
 
Public Overridable Function IsMarginLeftSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsMarginLeftSet()
public virtual bool IsMarginLeftSet()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the MarginLeft property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
MarginLeft Property