[]
Base C1Framework style.
public abstract class BaseC1FrameworkStyle : BaseStyle, INotifyPropertyChanged, IDisposable
| Name | Description |
|---|---|
| BaseC1FrameworkStyle() | Initializes a new instance of the BaseC1FrameworkStyle. |
| BaseC1FrameworkStyle(BaseThemeProvider, string, params StyledPropertyInfo[]) | Initializes a new instance of the BaseC1FrameworkStyle. |
| BaseC1FrameworkStyle(string, params StyledPropertyInfo[]) | Initializes a new instance of the BaseC1FrameworkStyle. |
| Name | Description |
|---|---|
| BackBrushProvider | Gets BackgroundBrushProvider objects used to paint backgrounds. |
| Name | Description |
|---|---|
| ApplyToStyle(Style) | Applies style to destination Style object if it is possible. |
| Copy(BaseStyle) | Copies properties of the specified style of the same type. |
| Dispose(bool) | Releases all unmanaged resources. |
| GetStyle() | Gets the new Style object that matches the current style if it is possible. |
| IsDefaultProperty(string) | Returns value indicating whether the specified property is default. |
| ResetProperty(string) | Reset specified property to its default value. |