[]
        
(Showing Draft Content)

C1.Framework.Text.Lexicons.RelationDirections

RelationDirections Enum

Define the relation direction.

Namespace: C1.Framework.Text.Lexicons
Assembly: C1.Win.Input.8.dll
Syntax
public enum RelationDirections
Remarks

A relation is a line link two terminal points: start point and end point.So the line has three directions:

  1. from start to end;
  2. from end to start;
  3. from start to end or from end to start.

Fields

Name Description
Bidirectional

The direction is bidirectional.

Normal

The direction is form start to end.

Reverse

The direction is form end to start.