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.
|
|
PaletteHeaderGroup ( |
Initialize a new instance of the PaletteHeaderGroup class.
|
|
SetInherit ( |
Sets the inheritence parent.
|
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 PaletteHeaderGroup ( |
||
inheritHeaderGroup | Source for inheriting palette defaulted values. | |
inheritHeaderPrimary | Source for inheriting primary header defaulted values. | |
inheritHeaderSecondary | Source for inheriting secondary header defaulted values. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public SetInherit ( |
||
inheritHeaderGroup | Source for inheriting. | |
return | void |