Skip to content

Simple rating control using a Font in .NET MAUI.

License

Notifications You must be signed in to change notification settings

tsjdev-apps/maui-ratingcontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Rating Control for .NET MAUI

This repository contains a Simple Rating Control using a font in .NET MAUI. It is available for all supported platforms, like Android, iOS, Windows, Mac Catalyst or Tizen.


Screenshots

Android

Windows


Usage

<controls:SimpleRatingControl Amount="5"
                              CurrentValue="1"
                              AccentColor="Black"
                              StarSize="36" />

Available Properties

Property Type Description Default Value
CurrentValue double Sets the value which should be used as the rating. 0
Amount double Sets the amount of the maximum amount of possible stars. 10
StarSize double Sets the size of each star. 24
AccentColor Color Sets the color of the stars. Red

Links

About

Simple rating control using a Font in .NET MAUI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages