C# Class ComponentFactory.Krypton.Navigator.PaletteMetrics

Storage for metrics that can be overriden by the developer.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
ShouldSerializePageButtonSpecPadding bool

Méthodes publiques

Méthode Description
PaletteMetrics ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteMetrics class.

ResetPageButtonSpecInset ( ) : void

Resets the PageButtonSpecInset property to its default value.

ResetPageButtonSpecPadding ( ) : void

Resets the PageButtonSpecPadding property to its default value.

Private Methods

Méthode Description
ShouldSerializePageButtonSpecPadding ( ) : bool

Method Details

PaletteMetrics() public méthode

Initialize a new instance of the PaletteMetrics class.
public PaletteMetrics ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navigator.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System

ResetPageButtonSpecInset() public méthode

Resets the PageButtonSpecInset property to its default value.
public ResetPageButtonSpecInset ( ) : void
Résultat void

ResetPageButtonSpecPadding() public méthode

Resets the PageButtonSpecPadding property to its default value.
public ResetPageButtonSpecPadding ( ) : void
Résultat void