SystemParameters.ThickHorizontalBorderHeight Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar ett värde som anger höjden, i bildpunkter som justerats för DPI, för en 3D-kantlinje.
public:
static property double ThickHorizontalBorderHeight { double get(); };
public static double ThickHorizontalBorderHeight { [System.Security.SecurityCritical] get; }
public static double ThickHorizontalBorderHeight { get; }
[<get: System.Security.SecurityCritical>]
static member ThickHorizontalBorderHeight : double
static member ThickHorizontalBorderHeight : double
Public Shared ReadOnly Property ThickHorizontalBorderHeight As Double
Egenskapsvärde
Höjden på en kantlinje.
- Attribut
Kommentarer
Mappar till SM_CXEDGE. Se GetSystemMetrics.
XAML-attributanvändning
<
object property="{ SystemParameters.ThickHorizontalBorderHeight}"/>