SystemParameters.SmallWindowCaptionButtonHeight Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the height, in pixels adjusted for DPI, of small caption buttons.
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
	Property Value
The height of the caption button.
- Attributes
 
Remarks
Maps to SM_CYSMSIZE. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.SmallWindowCaptionButtonHeight}"/>