DXContentPresenterBase.TextLineHeight Property
Gets or sets line height applied to a DXContentPresenterBase descendant’s text. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public double TextLineHeight { get; set; }
Property Value
Type | Description |
---|---|
Double | Line height. |
See Also