Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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.
|
|
PaletteSeparatorPadding ( IPaletteDouble inheritDouble, IPaletteMetric inheritMetric, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteSeparatorPadding class.
|
|
PopulateFromBase ( PaletteState state, PaletteMetricPadding metric ) : void |
Populate values from the base palette.
|
|
ResetPadding ( ) : void |
Reset the Padding to the default value.
|
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 PaletteSeparatorPadding ( IPaletteDouble inheritDouble, IPaletteMetric inheritMetric, NeedPaintHandler needPaint ) : System | ||
inheritDouble | IPaletteDouble | Source for inheriting border and background values. |
inheritMetric | IPaletteMetric | Source for inheriting metric values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
Результат | System |
public PopulateFromBase ( PaletteState state, PaletteMetricPadding metric ) : void | ||
state | PaletteState | Which state to populate from. |
metric | PaletteMetricPadding | Which metric should be used for padding. |
Результат | void |