Property | Type | Description | |
---|---|---|---|
ShouldSerializeImage | bool | ||
ShouldSerializeImageTransparentColor | bool | ||
ShouldSerializeLongText | bool | ||
ShouldSerializeShortText | bool |
Method | Description | |
---|---|---|
FixedContentValue ( ) : System |
Initialize a new instance of the FixedContentValue class.
|
|
FixedContentValue ( string shortText, string longText, Image image, Color imageTransparentColor ) : System |
Initialize a new instance of the FixedContentValue class.
|
|
GetImage ( PaletteState state ) : Image |
Gets the content image.
|
|
GetImageTransparentColor ( PaletteState state ) : Color |
Gets the image color that should be transparent.
|
|
GetLongText ( ) : string |
Gets the content long text.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
Method | Description | |
---|---|---|
ShouldSerializeImage ( ) : bool | ||
ShouldSerializeImageTransparentColor ( ) : bool | ||
ShouldSerializeLongText ( ) : bool | ||
ShouldSerializeShortText ( ) : bool |
public FixedContentValue ( string shortText, string longText, Image image, Color imageTransparentColor ) : System | ||
shortText | string | Initial short text value. |
longText | string | Initial long text value. |
image | Image | Initial image value. |
imageTransparentColor | Color | Initial image transparent color value. |
return | System |
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 is needed. |
return | Color |