프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ShouldSerializeDescription | bool | ||
ShouldSerializeHeading | bool | ||
ShouldSerializeImage | bool | ||
ShouldSerializeImageTransparentColor | bool |
메소드 | 설명 | |
---|---|---|
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.
|
|
ResetDescription ( ) : void |
Resets the Description property to its default value.
|
|
ResetHeading ( ) : void |
Resets the Heading 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.
|
메소드 | 설명 | |
---|---|---|
GetDescriptionDefault ( ) : string |
Gets the default description value.
|
|
GetHeadingDefault ( ) : string |
Gets the default heading value.
|
|
GetImageDefault ( ) : Image |
Gets the default image value.
|
|
HeaderValuesBase ( NeedPaintHandler needPaint ) : System |
Initialize a new instance of the HeaderValuesBase class.
|
메소드 | 설명 | |
---|---|---|
ShouldSerializeDescription ( ) : bool | ||
ShouldSerializeHeading ( ) : bool | ||
ShouldSerializeImage ( ) : bool | ||
ShouldSerializeImageTransparentColor ( ) : bool |
protected abstract GetDescriptionDefault ( ) : string | ||
리턴 | string |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
리턴 | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image color is needed. |
리턴 | Color |
protected HeaderValuesBase ( NeedPaintHandler needPaint ) : System | ||
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
리턴 | System |