CalendarView for WinForms
RelationDirections 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Text.Lexicons 名前空間 : RelationDirections 列挙体
Define the relation direction.
シンタックス
'宣言
 
Public Enum RelationDirections 
   Inherits System.Enum
public enum RelationDirections : System.Enum 
メンバ
メンバ解説
BidirectionalThe direction is bidirectional.
NormalThe direction is form start to end.
ReverseThe direction is form end to start.
解説
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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.Text.Lexicons.RelationDirections

参照

C1.Framework.Text.Lexicons 名前空間