Skip to content

Scale Effect

The Scale effect allows you to change the scale of a control.

A Pill Button with no scale:

NoScale

A Pill Button with 3x scale:

3x

Properties

ScaleAmount - float

Gets or sets the amount of scaling to apply. Default is 1f.

Example Usage

C#

pillButton.VisualEffects.Add(new Aurora.VisualEffects.Scale {ScaleAmount = 3});