-api-id | -api-type |
---|---|
P:Microsoft.UI.Xaml.Controls.LinedFlowLayout.ActualLineHeight |
winrt property |
Gets effective fixed height of the lines.
The effective fixed height of the lines.
If the LineHeight property is set to its default Double.NaN
value, the line height is based on the desired size (UIElement.DesiredSize
) of the item at index 0. In this case, you can use the ActualLineHeight
property to get the effective height of the lines.
LinedFlowLayout is used with the ItemsView.Layout or ItemsRepeater.Layout properties. When the control for which this LinedFlowLayout provides layout has not been loaded or has not yet been involved in a layout pass that renders the UI, this property value is 0.0.