[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
[System.ComponentModel.Bindable(true)] [System.ComponentModel.Category("Layout")] public: __property System.Windows.VerticalAlignment get_VerticalContentAlignment(); public: __property void set_VerticalContentAlignment( System.Windows.VerticalAlignment value );
[System.ComponentModel.Bindable(true)] [System.ComponentModel.Category("Layout")] public: property System.Windows.VerticalAlignment VerticalContentAlignment { System.Windows.VerticalAlignment get(); void set ( System.Windows.VerticalAlignment value); }
'Declaration
<System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.CategoryAttribute("Layout")> Public Property VerticalContentAlignment As System.Windows.VerticalAlignment
'Usage
Dim instance As RowHeader Dim value As System.Windows.VerticalAlignment instance.VerticalContentAlignment = value value = instance.VerticalContentAlignment