Northwoods.GoSilverlight 1.2.2 Assembly
CircularDirection Enumeration
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace : CircularDirection Enumeration

Represents the direction in which the nodes fill the ring for CircularLayout.

Syntax

Visual Basic (Declaration) 
Public Enum CircularDirection 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum CircularDirection : System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BidirectionalLeft The ring is filled by alternating sides; the second node is counterclockwise from first node.
BidirectionalRight The ring is filled by alternating sides; the second node is clockwise from first node.
Clockwise Rings are filled clockwise
Counterclockwise Rings are filled counterclockwise

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.CircularDirection

Requirements

See Also

© 2010 All Rights Reserved.