SystemParameters.SmallWindowCaptionButtonHeight 属性      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示小描述文字按钮的高度(以 DPI 调整的像素)。
public:
 static property double SmallWindowCaptionButtonHeight { double get(); };
	public static double SmallWindowCaptionButtonHeight { [System.Security.SecurityCritical] get; }
	public static double SmallWindowCaptionButtonHeight { get; }
	[<get: System.Security.SecurityCritical>]
static member SmallWindowCaptionButtonHeight : double
	static member SmallWindowCaptionButtonHeight : double
	Public Shared ReadOnly Property SmallWindowCaptionButtonHeight As Double
	属性值
标题按钮的高度。
- 属性
 
注解
映射到SM_CYSMSIZE。 请参阅 GetSystemMetrics。
XAML 属性使用方法
              <
              object property=“{ SystemParameters.SmallWindowCaptionButtonHeight}”/>