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


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

Reference

C1ItemsControl Class
C1ItemsControl Members