SystemParameters.WindowCaptionButtonHeight プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ウィンドウのタイトル バーにあるボタンの高さ (DPI に合わせて調整されたピクセル単位) を示す値を取得します。
public:
static property double WindowCaptionButtonHeight { double get(); };
public static double WindowCaptionButtonHeight { [System.Security.SecurityCritical] get; }
public static double WindowCaptionButtonHeight { get; }
[<get: System.Security.SecurityCritical>]
static member WindowCaptionButtonHeight : double
static member WindowCaptionButtonHeight : double
Public Shared ReadOnly Property WindowCaptionButtonHeight As Double
プロパティ値
キャプション ボタンの高さ。
- 属性
注釈
SM_CYSIZEにマップします。 「GetSystemMetrics」を参照してください。
XAML 属性の使用方法
<
object property="{ SystemParameters.WindowCaptionButtonHeight}
"/>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET