Class ImageText
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
Encapsulates properties that describe the appearance of an image with text.
[TypeConverter(typeof(ImageTextConverter))]
public class ImageText : IAppearance<ImageText>, INotifyPropertyChanged, ICopyable<ImageText>
- Inheritance
-
ImageText
- Implements
Constructors
- ImageText()
Instantiates a new instance of this class with default values.
Properties
- Image
The image to display.
- Text
The appearance of this control's text.
Methods
- CopyFrom(ImageText)
Copies all properties from source to this instance.
- OnPropertyChanged(string)
Fires the PropertyChanged event.
Events
- PropertyChanged
Signals that a property in this object has changed.