Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (GcDropDownCalendar)
    In This Topic
    Syntax
    'Declaration
     
    Public Property VerticalAlignment As VerticalAlignment
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As VerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    public VerticalAlignment VerticalAlignment {get; set;}
    See Also