Table of Contents

Enum SKConfettiEmitterSide

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

Specifies the side of the view from which confetti particles are emitted.

public enum SKConfettiEmitterSide

Fields

Bottom = 3

Emit particles from the bottom edge.

Bounds = 5

Emit particles from a custom rectangular bounds.

Center = 4

Emit particles from the center of the view.

Left = 1

Emit particles from the left edge.

Right = 2

Emit particles from the right edge.

Top = 0

Emit particles from the top edge.