Skip to content

Contrast Effect

The Contrast effect allows you to adjust the contrast of any control.

A guage with no contrast setting:

NoContrast

A gauge with a ContrastAmount of 50:

ContrastAmount50

Properties

ContrastAmount - int

Gets or sets the amount of contrast. Default is 0.

Example Usage

C#

gauge.VisualEffects.Add(new Aurora.VisualEffects.Contrast{ContrastAmount = 50 });