ComponentOne Basic Library for WPF and Silverlight
VerticalContentAlignment Property (C1HyperPanel)


C1.WPF Namespace > C1HyperPanel Class : VerticalContentAlignment Property
Gets or sets the vertical alignment of the panel's content.
Syntax
'Declaration
 
Public Property VerticalContentAlignment As System.Windows.VerticalAlignment
'Usage
 
Dim instance As C1HyperPanel
Dim value As System.Windows.VerticalAlignment
 
instance.VerticalContentAlignment = value
 
value = instance.VerticalContentAlignment
public System.Windows.VerticalAlignment VerticalContentAlignment {get; set;}
See Also

Reference

C1HyperPanel Class
C1HyperPanel Members