FlexReport for WinForms
StretchEnum 列挙体


C1.Document アセンブリ > C1.Document 名前空間 : StretchEnum 列挙体
Defines how line is drawn within shape.
シンタックス
'宣言
 
Public Enum StretchEnum 
   Inherits System.Enum
'使用法
 
Dim instance As StretchEnum
public enum StretchEnum : System.Enum 
メンバ
メンバ解説
None
The content preserves its original size when the bounds are resized.
Stretch
The content is resized with bounds accordingly.
Uniform
The content is resized with bounds accordingly and preserves its native aspect ratio.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.StretchEnum

参照

参照

C1.Document 名前空間