TextElement.FontSize Eigenschaft

Definition

Ruft den Schriftgrad für den Inhalt des Elements ab oder legt ihn fest.

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

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

Eigenschaftswert

Double

double

Der gewünschte Schriftgrad in Pixel. Der Standardwert ist 11 Pixel.

Gilt für: