Spread Windows Forms 12.0 Product Documentation
IsMarginBottomSet Method (ElementStyle)


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

Return Value

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

Reference

ElementStyle Class
ElementStyle Members
MarginBottom Property