Skip to content

Transition to Microsoft.Maui.Graphics

Marcin Gierlasiński edited this page Jan 6, 2022 · 2 revisions
Icon Description
✔️ Completed
Not implemented

Gradient Stop

Property Native Skia Notes
Color ✔️ ✔️ Microsoft.Maui.Graphics.Color
Offset ✔️ ✔️

Linear Gradient

Property Native Skia Notes
Angle ✔️ ✔️
IsRepeating ✔️ Missing property in LinearGradientPaint

Radial Gradient

Property Native Skia Notes
Center ✔️ ✔️ Microsoft.Maui.Graphics.Point
RadiusX ✔️ ✔️
RadiusY ✔️ RadialGradientPaint allows only Circle
IsRepeating ✔️ Missing property in RadialGradientPaint

Masks

Type Native Skia Notes
RectangleMask ✔️ ✔️
EllipseMask ✔️ ✔️
PathMask ✔️ ✔️
TextMask ✔️ Convert text to path not supported
MaskCollection ✔️ ✔️
ClipMode ✔️ Supported only for Path and Text in Skia rendering