SimpleButton.FontSize Property
In This Article
Specifies the button text font size.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public double FontSize { get; set; }
#Property Value
Type | Description |
---|---|
Double | The font size. |
See Also