Class SKConfettiOvalShape
A confetti shape that draws an oval with a configurable height ratio.
public class SKConfettiOvalShape : SKConfettiShape, INotifyPropertyChanged
- Inheritance
-
SKConfettiOvalShape
- Implements
- Inherited Members
Constructors
- SKConfettiOvalShape()
Initializes a new instance of the SKConfettiOvalShape class.
- SKConfettiOvalShape(double)
Initializes a new instance of the SKConfettiOvalShape class with the specified height ratio.
Fields
- HeightRatioProperty
Identifies the HeightRatio bindable property.
Properties
- HeightRatio
Gets or sets the ratio of height to width, clamped between 0 and 1.
Methods
- OnDraw(SKCanvas, SKPaint, float)
When overridden in a derived class, draws the shape on the specified canvas.