SystemParameters.SmallWindowCaptionButtonWidth 属性

定义

获取一个值,该值指示小描述文字按钮的宽度(以 DPI 调整的像素)。

public:
 static property double SmallWindowCaptionButtonWidth { double get(); };
public static double SmallWindowCaptionButtonWidth { [System.Security.SecurityCritical] get; }
public static double SmallWindowCaptionButtonWidth { get; }
[<get: System.Security.SecurityCritical>]
static member SmallWindowCaptionButtonWidth : double
static member SmallWindowCaptionButtonWidth : double
Public Shared ReadOnly Property SmallWindowCaptionButtonWidth As Double

属性值

标题按钮的宽度。

属性

注解

映射到SM_CXSMSIZE。 请参阅 GetSystemMetrics

XAML 属性使用方法

<object property=“{ SystemParameters.SmallWindowCaptionButtonWidth}”/>

适用于