Class ControlStateImages
Specifies a set of Image for different control states.
public class ControlStateImages : ControlStateObjects<Image>, IBaseObject, IDisposableObject, IDisposable, INotifyPropertyChanged
- Inheritance
-
ControlStateImages
- Implements
Fields
- Empty
Gets ControlStateImages with empty state images.
Properties
- DisabledImage
Gets or sets an Image for disabled control state.
- FocusedImage
Gets or sets an Image for normal control state.
- HoveredImage
Gets or sets an Image for hovered control state.
- NormalImage
Gets or sets an Image for normal control state.
- PressedImage
Gets or sets an Image for pressed control state.
Methods
- Clone()
Creates clone of this object.
- GetImage(VisualControlState)
Gets Image for the specified state or NormalImage if image for that state is not specified.
- GetImageOrNull(VisualControlState)
Gets Image for the specified state or
null
if image for that state is not specified.