FlexReport for WinForms
LineSlantEnum 列挙体


C1.Document アセンブリ > C1.Document 名前空間 : LineSlantEnum 列挙体
Defines how line is drawn within shape.
シンタックス
'宣言
 
Public Enum LineSlantEnum 
   Inherits System.Enum
'使用法
 
Dim instance As LineSlantEnum
public enum LineSlantEnum : System.Enum 
メンバ
メンバ解説
Down
Render field as a line between the left-top and right-bottom corners of the field box.
NoLine
No line.
NoSlant
Render field as a vertical line (if Height > Width) or as a horizontal line (if Width > Height).
Up
Render field as a line between the left-bottom and right-top corners of the field box.
継承階層

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

参照

参照

C1.Document 名前空間