'宣言 Public Enum LineSlantEnum Inherits System.Enum
public enum LineSlantEnum : System.Enum
'宣言 Public Enum LineSlantEnum Inherits System.Enum
public enum LineSlantEnum : System.Enum
メンバ | 解説 |
---|---|
Down | フィールドをフィールドボックスの左上隅と右下隅を結ぶ線としてレンダリングします。 |
NoLine | 標準のフィールド(線ではない)。 |
NoSlant | フィールドを垂直線(Height > Width の場合)または水平線(Width > Height の場合)としてレンダリングします。 |
Up | フィールドをフィールドボックスの左下隅と右上隅を結ぶ線としてレンダリングします。 |
System.Object
System.ValueType
System.Enum
C1.C1Report.LineSlantEnum