Simple Rating Control for .NET MAUI

August 1, 2022 ยท View on GitHub

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

PropertyTypeDescriptionDefault Value
CurrentValuedoubleSets the value which should be used as the rating.0
AmountdoubleSets the amount of the maximum amount of possible stars.10
StarSizedoubleSets the size of each star.24
AccentColorColorSets the color of the stars.Red