[]
The base NavBaseCustomStyle class represents the custom styles of the navigation item.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class NavBaseCustomStyle : INotifyPropertyChanged
| Name | Description |
|---|---|
| NavBaseCustomStyle() |
| Name | Description |
|---|---|
| Border | Gets or sets the thickness of the border around the element. |
| Corners | Gets or sets the radii of the element corners. |
| Font | Gets or sets the text font of the element. |
| Margins | Gets or sets the thickness of the margins around the element. |
| Padding | Gets or sets the thickness of the padding between the element edges and its content. |
| 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. |