GetLineHeight Method
Reads the attached property from the given element
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static double GetLineHeight(
Control control
)
Public Shared Function GetLineHeight (
control As Control
) As Double
static member GetLineHeight :
control : Control -> float
Parameters
- Control
- The element to which to read the attached property.