Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsMarginBottomSet Method


In This Topic
    IsMarginBottomSet Method (ElementStyle)
    In This Topic
    Gets whether the 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()
    See Also