[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Styles.NavBaseCustomStyle

NavBaseCustomStyle Class

The base NavBaseCustomStyle class represents the custom styles of the navigation item.

Namespace: C1.Win.Input.DbNavigator.Styles
Assembly: C1.Win.Input.DbNavigator.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class NavBaseCustomStyle : INotifyPropertyChanged

Constructors

Name Description
NavBaseCustomStyle()

Properties

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.

Methods

Name Description
OnPropertyChanged(PropertyChangedEventArgs)

Rises the PropertyChanged event.

SetProperty<T>(ref T, T, string)

Sets the specified property value.

Events

Name Description
PropertyChanged

Occurs when the item property is changed.