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


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

Reference

C1ItemsControl Class
C1ItemsControl Members