SystemParameters.IconHeight 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 standardhöjden för en ikon.
public:
static property double IconHeight { double get(); };
public static double IconHeight { [System.Security.SecurityCritical] get; }
public static double IconHeight { get; }
[<get: System.Security.SecurityCritical>]
static member IconHeight : double
static member IconHeight : double
Public Shared ReadOnly Property IconHeight As Double
Egenskapsvärde
Ikonens höjd.
- Attribut
Kommentarer
Mappar till SM_CYICON. Se GetSystemMetrics.
XAML-attributanvändning
<
object property="{ SystemParameters.IconHeight}"/>