Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TextBlock.LineHeight Property
Definition
- Namespace:
- Windows.UI.Xaml.Controls
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
var double = textBlock.lineHeight;
textBlock.lineHeight = double;
Public Property LineHeight As Double
<TextBlock LineHeight="double"/>
Property Value
Double
double
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.
Applies to
Feedback
Was this page helpful?
