PowerTools PlusPak for Windows Forms 8.0J
GcShapeButtonSizeMode 列挙体

GcShapeButton 内にイメージをどのように配置するかを指定します。
構文
Public Enum GcShapeButtonSizeMode 
   Inherits System.Enum
public enum GcShapeButtonSizeMode : System.Enum 
メンバ
メンバ解説
AutoSizeGcShapeButton のサイズをボタンに含まれるイメージと同じサイズに設定します。
CenterImageGcShapeButton がイメージより大きい場合、イメージは中央に表示されます。イメージが GcShapeButton より大きい場合、イメージは GcShapeButton の中央に配置され、はみ出した部分がクリップされます。
CompatibleModeウィンドウ領域をイメージ領域としてクリップします。
Normalイメージは GcShapeButton の左上隅に配置されます。イメージが GcShapeButton より大きい場合、イメージはクリップされます。
StretchImageGcShapeButton のサイズに収まるように GcShapeButton 内のイメージを伸縮します。
Zoomサイズ比率を維持したままイメージのサイズを増減します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Buttons.GcShapeButtonSizeMode

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GrapeCity.Win.Buttons 名前空間

Send Feedback