This document is archived and information here might be outdated.  Recommended version.


ILegendItem3.ChangeFlowDirection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem3 Interface > ILegendItem3.ChangeFlowDirection Method
ArcGIS Developer Help

ILegendItem3.ChangeFlowDirection Method

Indicates if a legend's flow direction changes. Update alignment settings.

[Visual Basic .NET]
Public Sub ChangeFlowDirection ( _
    ByVal RightToLeft As Boolean _
)
[C#]
public void ChangeFlowDirection (
    bool RightToLeft
);
[C++]
HRESULT ChangeFlowDirection(
  VARIANT_BOOL RightToLeft
);
[C++]
Parameters
RightToLeft 

RightToLeft is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILegendItem3 Interface