Table of Contents

Class SwitchAppearance

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.dll

Describes the appearance of a switch control.

[TypeConverter(typeof(SwitchAppearanceConverter))]
public class SwitchAppearance : IAppearance<SwitchAppearance>, INotifyPropertyChanged, ICopyable<SwitchAppearance>
Inheritance
SwitchAppearance
Implements

Constructors

SwitchAppearance()

Instantiates and instance of this class with default values.

Properties

Thumb

The appearance of the thumb handle.

Track

The appearance of the track that the progress bar travels along.

Methods

CopyFrom(SwitchAppearance)

Copies all properties from source to this instance.

OnPropertyChanged(string)

Fires the PropertyChanged event.

Events

PropertyChanged

Occurs when a property value changes.