StyleSet.GetFontSize (Método)

Devuelve el alto em de fuente con el identificador especificadoÉste es el valor especificado cuando se creó la fuente.Utilice GetFontHeight en su lugar para obtener el alto de una línea de texto al utilizar a esta fuente.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Diagrams
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxis

'Declaración
Public Function GetFontSize ( _
    fontId As StyleSetResourceId _
) As Double
public double GetFontSize(
    StyleSetResourceId fontId
)

Parámetros

Valor devuelto

Tipo: System.Double

Seguridad de .NET Framework

Vea también

Referencia

StyleSet Clase

Microsoft.VisualStudio.Modeling.Diagrams (Espacio de nombres)