'Declaration
<System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.CategoryAttribute("Layout")> Public Property VerticalContentAlignment As System.Windows.VerticalAlignment
'Usage
Dim instance As FormulaBar Dim value As System.Windows.VerticalAlignment instance.VerticalContentAlignment = value value = instance.VerticalContentAlignment
[System.ComponentModel.Bindable(true)] [System.ComponentModel.Category("Layout")] public System.Windows.VerticalAlignment VerticalContentAlignment {get; set;}