DXContentPresenterBase.TextCharacterSpacing Property
Gets or sets the spacing between characters of 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 TextCharacterSpacing { get; set; }
Property Value
Type | Description |
---|---|
Double | The spacing between characters . |
See Also