TextFormattingRunProperties.FontRenderingEmSizeEmpty, propriété
Détermine si la taille est vide.
Espace de noms : Microsoft.VisualStudio.Text.Formatting
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FontRenderingEmSizeEmpty As Boolean
public bool FontRenderingEmSizeEmpty { get; }
public:
property bool FontRenderingEmSizeEmpty {
bool get ();
}
member FontRenderingEmSizeEmpty : bool with get
function get FontRenderingEmSizeEmpty () : boolean
Valeur de propriété
Type : Boolean
true si sa taille est vide ; false dans le cas contraire.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.