TextElement.FontSize Property

Definition

Gets or sets the font size for the content of the element.

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" /> 

Property Value

Double

double

The desired font size in pixels. The default is 11 pixels.

Applies to