[]
The base NavStateCustomStyle class represents the custom style for element in different state.
public class NavStateCustomStyle : INotifyPropertyChanged
| Name | Description |
|---|---|
| NavStateCustomStyle() |
| Name | Description |
|---|---|
| BackColor | Gets or sets the Color used to paint the background. |
| BorderColor | Gets or sets the Color used to draw the border around the element. |
| ForeColor | Gets or sets the Color used to paint the text. |
| Name | Description |
|---|---|
| OnPropertyChanged(PropertyChangedEventArgs) | Rises the PropertyChanged event. |
| SetProperty<T>(ref T, T, string) | Sets the specified property value. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when the item property is changed. |