Articles in this section
Category / Section

How to customize the appearance of .NET MAUI Numeric Entry?

2 mins read

To customize the .NET MAUI Numeric Entry control, you can configure various properties in the XAML file of your .NET MAUI application. The example below demonstrates how to set properties such as Stroke, TextColor, and CustomFormat to achieve a personalized appearance for the Numeric Entry.

XAML

     <inputs:SfNumericEntry 
            WidthRequest="200"
            HeightRequest="50"
            HorizontalOptions="Center"  
            BackgroundColor="Black"          
            TextColor="#dd47e8"
            Value="1000"         
            CustomFormat="c"/>

Output

Screenshot 2023-12-12 104119.png

Conclusion
I hope you enjoyed learning how to customize the appearance of Numeric Entry in .NET MAUI.

Refer to our .NET MAUI Numeric Entry feature tour page to learn about its other groundbreaking feature representations. You can explore our .NET MAUI Numeric Entry documentation to understand its features and how to use it.

Check out our .NET MAUI components from the License and Downloads page for current customers. If you are new to Syncfusion®, try our 30-day free trial to check out our .NET MAUI Numeric Entry and other .NET MAUI components.

Please let us know in the comments section if you have any queries or require clarification. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied