EnumProperty 列挙体
メモ : この列挙体は、.NET Framework version 2.0 で新しく追加されたものです。
名前空間: System.Windows.Forms.VisualStyles
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文
Public Enumeration EnumProperty

メンバ名 | 説明 | |
---|---|---|
BackgroundType | 要素の背景をどのように描画するかを指定する System.Windows.Forms.VisualStyles.BackgroundType 値の 1 つ。 | |
BorderType | 塗りつぶす境界の背景を持つ要素の境界線の種類を指定する System.Windows.Forms.VisualStyles.BorderType 値の 1 つ。 | |
ContentAlignment | ウィンドウ キャプションにテキストをどのように配置するかを指定する System.Windows.Forms.VisualStyles.ContentAlignment 値の 1 つ。 | |
FillType | 塗りつぶす境界の背景を持つ要素の塗りつぶしの種類を指定する System.Windows.Forms.VisualStyles.FillType 値の 1 つ。 | |
GlyphFontSizingType | グリフの異なるフォント サイズを visual スタイルがいつ選択するかを指定する System.Windows.Forms.VisualStyles.GlyphFontSizingType 値の 1 つ。 | |
GlyphType | ビットマップの背景を持つ要素のグリフの種類を指定する System.Windows.Forms.VisualStyles.GlyphType 値の 1 つ。 | |
HorizontalAlignment | 固定サイズの要素の水平方向の配置を指定する System.Windows.Forms.VisualStyles.HorizontalAlign 値の 1 つ。 | |
IconEffect | visual スタイルでアイコンに適用する効果を指定する System.Windows.Forms.VisualStyles.IconEffect 値の 1 つ。 | |
ImageLayout | 複数のイメージをどのように単一のイメージ ファイルに配置するかを指定する System.Windows.Forms.VisualStyles.ImageOrientation 値の 1 つ。 | |
ImageSelectType | 要素を描画するためのさまざまなマルチイメージ ファイルを visual スタイルでいつ選択するかを指定する System.Windows.Forms.VisualStyles.ImageSelectType 値の 1 つ。 | |
OffsetType | ウィンドウ要素にオフセットを適用する場所を指定する System.Windows.Forms.VisualStyles.OffsetType 値の 1 つ。 | |
SizingType | ビットマップの背景を持つ要素の境界内を塗りつぶすために、調整する方法を指定する System.Windows.Forms.VisualStyles.SizingType 値の 1 つ。 | |
TextShadowType | テキストに追加する影の種類を指定する System.Windows.Forms.VisualStyles.TextShadowType 値の 1 つ。 | |
TrueSizeScalingType | 固定サイズの要素を visual スタイルでいつ再スケーリングするかを指定する System.Windows.Forms.VisualStyles.TrueSizeScalingType 値の 1 つ。 | |
VerticalAlignment | 固定サイズの要素の垂直方向の配置を指定する System.Windows.Forms.VisualStyles.VerticalAlignment 値の 1 つ。 |

EnumProperty 列挙体は、visual スタイル要素を表現する列挙型プロパティのセットを表します。EnumProperty 値は、VisualStyleRenderer が現在表している要素について、どのプロパティ値を取得するかを指定する VisualStyleRenderer.GetEnumValue メソッドの引数として使用されます。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- EnumProperty 列挙体のページへのリンク