Spread Windows Forms 12.0 Product Documentation
IsMarginRightSet Method (ElementStyle)


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

Return Value

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

Reference

ElementStyle Class
ElementStyle Members
MarginRight Property