Ribbon for WinForms
Stretch 列挙体

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : Stretch 列挙体
Describes how content is resized to fill its allocated space.
シンタックス
'宣言
 
Public Enum Stretch 
   Inherits System.Enum
public enum Stretch : System.Enum 
メンバ
メンバ解説
FillThe content is resized to fill the destination dimensions. The aspect ratio is not preserved.
NoneThe content preserves its original size.
UniformThe content is resized to fit in the destination dimensions while it preserves its native aspect ratio.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.Stretch

参照

C1.Framework 名前空間