ComponentOne Basic Library for WPF and Silverlight
VerticalHeaderAlignment Property (C1HeaderedContentControl)


C1.WPF Namespace > C1HeaderedContentControl Class : VerticalHeaderAlignment Property
Gets or sets the VerticalContentAlignment of the header.
Syntax
'Declaration
 
Public Property VerticalHeaderAlignment As System.Windows.VerticalAlignment
'Usage
 
Dim instance As C1HeaderedContentControl
Dim value As System.Windows.VerticalAlignment
 
instance.VerticalHeaderAlignment = value
 
value = instance.VerticalHeaderAlignment
public System.Windows.VerticalAlignment VerticalHeaderAlignment {get; set;}
See Also

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members