'Declaration
<System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.CategoryAttribute("Layout")> Public Property VerticalContentAlignment As System.Windows.VerticalAlignment
'Usage
Dim instance As SheetTab 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;}
public read-write property VerticalContentAlignment: System.Windows.VerticalAlignment;
System.ComponentModel.BindableAttribute() System.ComponentModel.CategoryAttribute("Layout") public function get,set VerticalContentAlignment : System.Windows.VerticalAlignment