Property | Type | Description | |
---|---|---|---|
ShouldSerializePosition | bool | ||
ShouldSerializeTick | bool | ||
ShouldSerializeTrack | bool |
Method | Description | |
---|---|---|
PaletteTrackBarStates ( IPaletteElementColor inheritTick, IPaletteElementColor inheritTrack, IPaletteElementColor inheritPosition, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteTrackBarStates class.
|
|
PaletteTrackBarStates ( |
Initialize a new instance of the PaletteTrackBarStates class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
SetInherit ( IPaletteElementColor inheritTick, IPaletteElementColor inheritTrack, IPaletteElementColor inheritPosition ) : void |
Sets the inheritence parent.
|
Method | Description | |
---|---|---|
ShouldSerializePosition ( ) : bool | ||
ShouldSerializeTick ( ) : bool | ||
ShouldSerializeTrack ( ) : bool |
public PaletteTrackBarStates ( IPaletteElementColor inheritTick, IPaletteElementColor inheritTrack, IPaletteElementColor inheritPosition, NeedPaintHandler needPaint ) : System | ||
inheritTick | IPaletteElementColor | Source for inheriting tick values. |
inheritTrack | IPaletteElementColor | Source for inheriting track values. |
inheritPosition | IPaletteElementColor | Source for inheriting position values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public PaletteTrackBarStates ( |
||
redirect | Source for inheriting values. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
return | void |
public SetInherit ( IPaletteElementColor inheritTick, IPaletteElementColor inheritTrack, IPaletteElementColor inheritPosition ) : void | ||
inheritTick | IPaletteElementColor | Source for inheriting tick values. |
inheritTrack | IPaletteElementColor | Source for inheriting track values. |
inheritPosition | IPaletteElementColor | Source for inheriting position values. |
return | void |