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


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