Class ShapeText<TShape, TText>
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
Specifies the general appearance of controls.
[TypeConverter(typeof(ShapeTextConverter))]
public class ShapeText<TShape, TText> : IAppearance<ShapeText<TShape, TText>>, INotifyPropertyChanged, ICopyable<ShapeText<TShape, TText>> where TShape : IAppearance<TShape>, new() where TText : IAppearance<TText>, new()
Type Parameters
TShape
TText
- Inheritance
-
ShapeText<TShape, TText>
- Implements
-
IAppearance<ShapeText<TShape, TText>>
Constructors
- ShapeText()
Instantiates a new instance with default values.
Properties
- Shape
This control's general appearance.
- Text
The appearance of this control's text.
Methods
- CopyFrom(ShapeText<TShape, TText>)
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.