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


C1.Silverlight Namespace > C1ItemsControl Class : VerticalContentAlignment Property
Syntax
'Declaration
 
Public Property VerticalContentAlignment As System.Windows.VerticalAlignment
'Usage
 
Dim instance As C1ItemsControl
Dim value As System.Windows.VerticalAlignment
 
instance.VerticalContentAlignment = value
 
value = instance.VerticalContentAlignment
public System.Windows.VerticalAlignment VerticalContentAlignment {get; set;}
See Also

Reference

C1ItemsControl Class
C1ItemsControl Members