'宣言 Public Enum BackgroundImageLayout Inherits System.Enum
public enum BackgroundImageLayout : System.Enum
'宣言 Public Enum BackgroundImageLayout Inherits System.Enum
public enum BackgroundImageLayout : System.Enum
メンバ | 解説 |
---|---|
Center | 画像は、コントロールのクライアント四角形の中央に配置されます。 |
None | 画像は、コントロールのクライアント四角形の左上に配置されます。 |
Stretch | 画像は、コントロールのクライアント四角形全体に引き伸ばされて表示されます。 |
Tile | 画像は、コントロールのクライアント四角形全体に並べて表示されます。 |
TileStretch | 画像は、9分割され、コントロールのクライアント四角形内に並べて表示されます。中央のタイルは引き伸ばされ、隅のタイルは元のサイズでレンダリングされます。 |
Zoom | 画像は、コントロールのクライアント四角形内に拡大されて表示されます。 |
System.Object
System.ValueType
System.Enum
C1.Win.C1SuperTooltip.BackgroundImageLayout