SystemParameters.FixedFrameVerticalBorderWidth 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 the width of the vertical border of the frame around a window.
public:
static property double FixedFrameVerticalBorderWidth { double get(); };
public static double FixedFrameVerticalBorderWidth { [System.Security.SecurityCritical] get; }
public static double FixedFrameVerticalBorderWidth { get; }
[<get: System.Security.SecurityCritical>]
static member FixedFrameVerticalBorderWidth : double
static member FixedFrameVerticalBorderWidth : double
Public Shared ReadOnly Property FixedFrameVerticalBorderWidth As Double
Property Value
The border width.
- Attributes
Remarks
Maps to SM_CYFIXEDFRAME. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.FixedFrameVerticalBorderWidth}
"/>
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.