Microsoft.Maui.Graphics.Controls icon indicating copy to clipboard operation
Microsoft.Maui.Graphics.Controls copied to clipboard

Experimental Microsoft.Maui.Graphics.Controls - Build drawn controls (Cupertino, Fluent and Material)

Results 38 Microsoft.Maui.Graphics.Controls issues
Sort by recently updated
recently updated
newest added

The library seems incomplete without a label. If you can't draw text you loose the benefit of everything looking the same across all platforms. ``` ```

enhancement
hacktoberfest

Apple iOS controls: https://developer.apple.com/design/human-interface-guidelines/ios/controls/buttons/ What should you do? - Use the Figma file to validate the correct colors, etc: https://www.figma.com/community/file/857576771468552929 - Use Application.Current?.RequestedTheme and other Color methods extensions to apply...

community
hacktoberfest

Create a drawn **Image** control.

enhancement
hacktoberfest

Some languages, such as Arabic and Hebrew, require that UI elements are laid out in a right-to-left flow direction. This can be achieved by setting the `FlowDirection `property. Use the...

community
hacktoberfest

Some languages, such as Arabic and Hebrew, require that UI elements are laid out in a right-to-left flow direction. This can be achieved by setting the `FlowDirection `property. Use the...

community
hacktoberfest

Some languages, such as Arabic and Hebrew, require that UI elements are laid out in a right-to-left flow direction. This can be achieved by setting the `FlowDirection `property. Use the...

community
hacktoberfest

SpecialFolder Personal is the same value as MyDocuments, both of which will be changed on Unix from `~` to `~/Documents` in .NET 8. See https://github.com/dotnet/runtime/pull/68610. Fixing the usage of SpecialFolder.Personal...

Did this project stopped supporting windows after 6.0.101-nightly.250? Is there any plans to support it back? Best Regards

Hi Just noticed when I went to create a radial knob like volume control there isn't any radial knobs in any of the examples there's transform. Rotate and a clock...

question

Adding comments to provide explanations for each part of the FluentCheckBoxDrawable class, to describe its purpose and how it contributes to drawing a checkbox with specific styles.