C# 클래스 ComponentFactory.Krypton.Navigator.PaletteMetrics

Storage for metrics that can be overriden by the developer.
상속: ComponentFactory.Krypton.Toolkit.Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShouldSerializePageButtonSpecPadding bool

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ShouldSerializePageButtonSpecPadding ( ) : bool

메소드 상세

PaletteMetrics() 공개 메소드

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.
리턴 System

ResetPageButtonSpecInset() 공개 메소드

Resets the PageButtonSpecInset property to its default value.
public ResetPageButtonSpecInset ( ) : void
리턴 void

ResetPageButtonSpecPadding() 공개 메소드

Resets the PageButtonSpecPadding property to its default value.
public ResetPageButtonSpecPadding ( ) : void
리턴 void