SystemParameters.FocusBorderWidth 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, in pixels, of the left and right edges of the focus rectangle.
public:
static property double FocusBorderWidth { double get(); };
public static double FocusBorderWidth { [System.Security.SecurityCritical] get; }
public static double FocusBorderWidth { get; }
[<get: System.Security.SecurityCritical>]
static member FocusBorderWidth : double
static member FocusBorderWidth : double
Public Shared ReadOnly Property FocusBorderWidth As Double
Property Value
The edge width.
- Attributes
Remarks
Maps to SPI_GETFOCUSBORDERWIDTH. See SystemParametersInfo.
XAML attribute usage
<object property="{ SystemParameters.FocusBorderWidth}
"/>
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.