TextBlock.LineHeight Property
Definition
Gets or sets the height of each line of content.
public:
property double LineHeight { double get(); void set(double value); };
double LineHeight();
void LineHeight(double value);
public double LineHeight { get; set; }
Public Property LineHeight As Double
<TextBlock LineHeight="double"/>
Property Value
The height of each line in pixels. A value of 0 indicates that the line height is determined automatically from the current font characteristics. The default is 0.