ActiveReports 12
FlowDirection Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : FlowDirection Property
Gets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout.
Syntax
'Declaration
 
Public Property FlowDirection As FlowDirection
public FlowDirection FlowDirection {get; set;}

Property Value

The direction that text and other UI elements flow within their parent element, as a value of the enumeration. The default value is System.Windows.FlowDirection.LeftToRight.
See Also

Reference

Viewer Class
Viewer Members