Class SwitchAppearance
- Namespace
- ComfileTech.jControls
- Assembly
- ComfileTech.jControls.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
Fires when a property in this object changes.