.NET MAUI コントロール
GridTreeLine 列挙体

C1.Maui.Grid アセンブリ > C1.Maui.Grid 名前空間 : GridTreeLine 列挙体
さまざまなタイプのツリー線を指定します。
シンタックス
'宣言
 
Public Enum GridTreeLine 
   Inherits System.Enum
public enum GridTreeLine : System.Enum 
メンバ
メンバ解説
HalfHorizontal中心で始まり、右で終わる水平線。
HalfVertical中心で始まり、下で終わる垂直線。
Horizontal水平方向のツリー線。
Noneツリー線なし。
NorthEastElbow中心上で始まり、中心右で終わるエルボー。
TeeT 字型のツリー線。
Vertical垂直方向のツリー線。
WeastSouthElbow中心左で始まり、中心下で終わるエルボー。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Maui.Grid.GridTreeLine

参照

C1.Maui.Grid 名前空間