Spread Windows Forms 12.0 Product Documentation
IsMarginTopSet Method (ElementStyle)


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

Return Value

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

Reference

ElementStyle Class
ElementStyle Members
MarginTop Property