TextBlock.FontSize Eigenschaft

Definition

Ruft den Schriftgrad für den Textinhalt in diesem Element ab oder legt diesen fest.

public:
 property double FontSize { double get(); void set(double value); };
double FontSize();

void FontSize(double value);
public double FontSize { get; set; }
var double = textBlock.fontSize;
textBlock.fontSize = double;
Public Property FontSize As Double
<TextBlock FontSize="double" .../>

Eigenschaftswert

Double

double

Ein nicht negativer Wert, der den Schriftgrad in Pixel angibt. Der Standard ist 11.

Gilt für: