Document Library for WinForms
LineSlantEnum 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : LineSlantEnum 列挙体
Defines how line is drawn within shape.
シンタックス
'宣言
 
Public Enum LineSlantEnum 
   Inherits System.Enum
public enum LineSlantEnum : System.Enum 
メンバ
メンバ解説
DownRender field as a line between the left-top and right-bottom corners of the field box.
NoLineNo line.
NoSlantRender field as a vertical line (if Height > Width) or as a horizontal line (if Width > Height).
UpRender field as a line between the left-bottom and right-top corners of the field box.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Document.LineSlantEnum

参照

C1.Win.Document 名前空間