프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
GetMetricBool ( PaletteState state, PaletteMetricBool metric ) : InheritBool |
Gets a boolean metric value.
|
|
GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int |
Gets an integer metric value.
|
|
GetMetricPadding ( PaletteState state, PaletteMetricPadding metric ) : Padding |
Gets a padding metric value.
|
|
PaletteHeaderRedirect ( |
Initialize a new instance of the PaletteHeaderRedirect class.
|
|
ResetButtonEdgeInset ( ) : void |
Reset the ButtonEdgeInset to the default value.
|
|
ResetButtonPadding ( ) : void |
Reset the ButtonPadding to the default value.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
public GetMetricBool ( PaletteState state, PaletteMetricBool metric ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricBool | Requested metric. |
리턴 | InheritBool |
public GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricInt | Requested metric. |
리턴 | int |
public GetMetricPadding ( PaletteState state, PaletteMetricPadding metric ) : Padding | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricPadding | Requested metric. |
리턴 | Padding |
public PaletteHeaderRedirect ( |
||
redirect | Inheritence redirection instance. | |
backStyle | PaletteBackStyle | Style for the background. |
borderStyle | PaletteBorderStyle | Style for the border. |
contentStyle | PaletteContentStyle | Style for the content. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
리턴 | System |
public SetRedirector ( |
||
redirect | Target redirector. | |
리턴 | void |