ESRI.ArcGIS.Mobile.Client
ReverseFlowDirection Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace : ReverseFlowDirection Class

Reverses the value of the FlowDirection. Returns RightToLeft if the value is LeftToRight; returns LeftToRight if the value is RightToLeft.

Syntax

Visual Basic (Declaration) 
<ValueConversionAttribute(SourceType=System.Windows.FlowDirection, 
   TargetType=System.Windows.FlowDirection, 
   ParameterType=)>
Public Class ReverseFlowDirection 
C# 
[ValueConversionAttribute(SourceType=System.Windows.FlowDirection, 
   TargetType=System.Windows.FlowDirection, 
   ParameterType=)]
public class ReverseFlowDirection 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.ValueConverters.ReverseFlowDirection

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also