Property | Type | Description | |
---|---|---|---|
ShouldSerializeExtraText | bool | ||
ShouldSerializeImage | bool | ||
ShouldSerializeImageTransparentColor | bool | ||
ShouldSerializeText | bool |
Method | Description | |
---|---|---|
GetImage ( PaletteState state ) : Image |
Gets the content image.
|
|
GetImageTransparentColor ( PaletteState state ) : Color |
Gets the content image transparent color.
|
|
GetLongText ( ) : string |
Gets the content long text.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
|
LabelValues ( NeedPaintHandler needPaint ) : System |
Initialize a new instance of the LabelValues class.
|
|
ResetExtraText ( ) : void |
Resets the Description property to its default value.
|
|
ResetImage ( ) : void |
Resets the Image property to its default value.
|
|
ResetImageTransparentColor ( ) : void |
Resets the ImageTransparentColor property to its default value.
|
|
ResetText ( ) : void |
Resets the Text property to its default value.
|
Method | Description | |
---|---|---|
ShouldSerializeExtraText ( ) : bool | ||
ShouldSerializeImage ( ) : bool | ||
ShouldSerializeImageTransparentColor ( ) : bool | ||
ShouldSerializeText ( ) : bool |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
return | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image color is needed. |
return | Color |
public LabelValues ( NeedPaintHandler needPaint ) : System | ||
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |