Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / AlignVertPriv Property


In This Topic
    AlignVertPriv Property (ElementControl)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Property AlignVertPriv As VerticalAlignment
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As VerticalAlignment
     
    instance.AlignVertPriv = value
     
    value = instance.AlignVertPriv
    protected virtual VerticalAlignment AlignVertPriv {get; set;}
    See Also