[]
Base theme class.
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class BaseTheme : IDisposable
<TypeConverter(GetType(ExpandableObjectConverter))>
Public MustInherit Class BaseTheme
Implements IDisposable
| Name | Description |
|---|---|
| BaseTheme() | Initializes a new instance of the BaseTheme control. |
| BaseTheme(BaseTheme) | Initializes a new instance of the BaseTheme control. |
| Name | Description |
|---|---|
| ComponentType | Component type. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| GetStyle(string) | Get style by name. |
| OnPropertyChanged(object, PropertyChangedEventArgs) | Invokes the PropertyChanged event. |
| Reset() | Reset all styles to default. |
| SetStyle(Style, string) | Set existing style or add new. |
| SubscribeOnStyleChanged(Style) | To subscribe to events of changing styles. |
| UnsubscribeOnStyleChanged(Style) | To unsubscribe to events of changing styles. |
| Name | Description |
|---|---|
| PropertyChanged | Fires when any property is changed. |