Scale Effect¶
The Scale effect allows you to change the scale of a control.
A Pill Button with no scale:
A Pill Button with 3x scale:
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});