Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / MarginBottomPriv Property


In This Topic
    MarginBottomPriv Property (ElementContainerControl)
    In This Topic
    Internal use only. Bottom margin.
    Syntax
    'Declaration
     
    
    Protected Overridable Property MarginBottomPriv As Integer
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim value As Integer
     
    instance.MarginBottomPriv = value
     
    value = instance.MarginBottomPriv
    protected virtual int MarginBottomPriv {get; set;}
    See Also