Property | Type | Description | |
---|---|---|---|
ShouldSerializeHeaderPrimary | bool | ||
ShouldSerializeHeaderSecondary | bool |
Method | Description | |
---|---|---|
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.
|
|
PaletteHeaderGroupRedirect ( |
Initialize a new instance of the PaletteHeaderGroupRedirect class.
|
|
PaletteHeaderGroupRedirect ( |
Initialize a new instance of the PaletteHeaderGroupRedirect class.
|
Method | Description | |
---|---|---|
ShouldSerializeHeaderPrimary ( ) : bool | ||
ShouldSerializeHeaderSecondary ( ) : bool |
public GetMetricBool ( PaletteState state, PaletteMetricBool metric ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricBool | Requested metric. |
return | InheritBool |
public GetMetricInt ( PaletteState state, PaletteMetricInt metric ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricInt | Requested metric. |
return | int |
public GetMetricPadding ( PaletteState state, PaletteMetricPadding metric ) : Padding | ||
state | PaletteState | Palette value should be applicable to this state. |
metric | PaletteMetricPadding | Requested metric. |
return | Padding |
public PaletteHeaderGroupRedirect ( |
||
redirect | Inheritence redirection instance. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public PaletteHeaderGroupRedirect ( |
||
redirectHeaderGroup | Inheritence redirection for header group. | |
redirectHeaderPrimary | Inheritence redirection for primary header. | |
redirectHeaderSecondary | Inheritence redirection for secondary header. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |