TokenEditActualAppearance.TokenFontAttributes Property
Gets the font attribute value that is applied to the TokenEdit‘s token items. To specify this value, use the FontAttributes property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes TokenFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The token’s font attributes. |
See Also