Property | Type | Description | |
---|---|---|---|
ShouldSerializeImage | bool | ||
ShouldSerializeLongText | bool | ||
ShouldSerializeShortText | bool |
Method | Description | |
---|---|---|
GetContentAdjacentGap ( PaletteState state ) : int |
Gets the actual padding between adjacent content items.
|
|
GetContentDraw ( PaletteState state ) : InheritBool |
Gets the actual content draw value.
|
|
GetContentDrawFocus ( PaletteState state ) : InheritBool |
Gets the actual content draw with focus value.
|
|
GetContentImageColorMap ( PaletteState state ) : Color |
Gets the image color to remap into another color.
|
|
GetContentImageColorTo ( PaletteState state ) : Color |
Gets the color to use in place of the image map color.
|
|
GetContentImageEffect ( PaletteState state ) : PaletteImageEffect |
Gets the actual image drawing effect value.
|
|
GetContentImageH ( PaletteState state ) : PaletteRelativeAlign |
Gets the actual content image horizontal alignment value.
|
|
GetContentImageV ( PaletteState state ) : PaletteRelativeAlign |
Gets the actual content image vertical alignment value.
|
|
GetContentLongTextColor1 ( PaletteState state ) : Color |
Gets the first color for the long text.
|
|
GetContentLongTextColor2 ( PaletteState state ) : Color |
Gets the second back color for the long text.
|
|
GetContentLongTextColorAlign ( PaletteState state ) : PaletteRectangleAlign |
Gets the color alignment style for the long text.
|
|
GetContentLongTextColorAngle ( PaletteState state ) : float |
Gets the color angle for the long text.
|
|
GetContentLongTextColorStyle ( PaletteState state ) : PaletteColorStyle |
Gets the color drawing style for the long text.
|
|
GetContentLongTextFont ( PaletteState state ) : |
Gets the actual content long text font value.
|
|
GetContentLongTextH ( PaletteState state ) : PaletteRelativeAlign |
Gets the actual content long text horizontal alignment value.
|
|
GetContentLongTextHint ( PaletteState state ) : PaletteTextHint |
Gets the actual text rendering hint for long text.
|
|
GetContentLongTextImage ( PaletteState state ) : Image |
Gets an image for the long text.
|
|
GetContentLongTextImageAlign ( PaletteState state ) : PaletteRectangleAlign |
Gets the image alignment style for the long text.
|
|
GetContentLongTextImageStyle ( PaletteState state ) : PaletteImageStyle |
Gets the image style for the long text.
|
|
GetContentLongTextMultiLine ( PaletteState state ) : InheritBool |
Gets the flag indicating if multiline text is allowed for long text.
|
|
GetContentLongTextMultiLineH ( PaletteState state ) : PaletteRelativeAlign |
Gets the actual content long text horizontal multiline alignment value.
|
|
GetContentLongTextNewFont ( PaletteState state ) : |
Gets the font for the long text by generating a new font instance.
|
|
GetContentLongTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix |
Gets the prefix drawing setting for long text.
|
|
GetContentLongTextTrim ( PaletteState state ) : PaletteTextTrim |
Gets the actual text trimming for the long text.
|
|
GetContentLongTextV ( PaletteState state ) : PaletteRelativeAlign |
Gets the actual content long text vertical alignment value.
|
|
GetContentPadding ( PaletteState state ) : Padding |
Gets the actual padding between the border and content drawing.
|
|
GetContentShortTextColor1 ( PaletteState state ) : Color |
Gets the first color for the short text.
|
|
GetContentShortTextColor2 ( PaletteState state ) : Color |
Gets the second back color for the short text.
|
|
GetContentShortTextColorAlign ( PaletteState state ) : PaletteRectangleAlign |
Gets the color alignment style for the short text.
|
|
GetContentShortTextColorAngle ( PaletteState state ) : float |
Gets the color angle for the short text.
|
|
GetContentShortTextColorStyle ( PaletteState state ) : PaletteColorStyle |
Gets the color drawing style for the short text.
|
|
GetContentShortTextFont ( PaletteState state ) : |
Gets the actual content short text font value.
|
|
GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign |
Gets the actual content short text horizontal alignment value.
|
|
GetContentShortTextHint ( PaletteState state ) : PaletteTextHint |
Gets the actual text rendering hint for short text.
|
|
GetContentShortTextImage ( PaletteState state ) : Image |
Gets an image for the short text.
|
|
GetContentShortTextImageAlign ( PaletteState state ) : PaletteRectangleAlign |
Gets the image alignment style for the short text.
|
|
GetContentShortTextImageStyle ( PaletteState state ) : PaletteImageStyle |
Gets the image style for the short text.
|
|
GetContentShortTextMultiLine ( PaletteState state ) : InheritBool |
Gets the flag indicating if multiline text is allowed for short text.
|
|
GetContentShortTextMultiLineH ( PaletteState state ) : PaletteRelativeAlign |
Gets the actual content short text horizontal multiline alignment value.
|
|
GetContentShortTextNewFont ( PaletteState state ) : |
Gets the font for the short text by generating a new font instance.
|
|
GetContentShortTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix |
Gets the prefix drawing setting for short text.
|
|
GetContentShortTextTrim ( PaletteState state ) : PaletteTextTrim |
Gets the actual text trimming for the short text.
|
|
GetContentShortTextV ( PaletteState state ) : PaletteRelativeAlign |
Gets the actual content short text vertical alignment value.
|
|
GetContentStyle ( ) : PaletteContentStyle |
Gets the style appropriate for this content.
|
|
PaletteNavContent ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteNavContent class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
ResetAdjacentGap ( ) : void |
Reset the AdjacentGap to the default value.
|
|
ResetPadding ( ) : void |
Reset the Padding to the default value.
|
|
SetInherit ( IPaletteContent inherit ) : void |
Sets the inheritence parent.
|
Method | Description | |
---|---|---|
ShouldSerializeImage ( ) : bool | ||
ShouldSerializeLongText ( ) : bool | ||
ShouldSerializeShortText ( ) : bool |
public GetContentAdjacentGap ( PaletteState state ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
return | int |
public GetContentDraw ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
return | InheritBool |
public GetContentDrawFocus ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
return | InheritBool |
public GetContentImageColorMap ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentImageColorTo ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentImageEffect ( PaletteState state ) : PaletteImageEffect | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteImageEffect |
public GetContentImageH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRelativeAlign |
public GetContentImageV ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRelativeAlign |
public GetContentLongTextColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentLongTextColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentLongTextColorAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRectangleAlign |
public GetContentLongTextColorAngle ( PaletteState state ) : float | ||
state | PaletteState | Palette value should be applicable to this state. |
return | float |
public GetContentLongTextColorStyle ( PaletteState state ) : PaletteColorStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteColorStyle |
public GetContentLongTextFont ( PaletteState state ) : |
||
state | PaletteState | Palette value should be applicable to this state. |
return |
public GetContentLongTextH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRelativeAlign |
public GetContentLongTextHint ( PaletteState state ) : PaletteTextHint | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteTextHint |
public GetContentLongTextImage ( PaletteState state ) : Image | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Image |
public GetContentLongTextImageAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRectangleAlign |
public GetContentLongTextImageStyle ( PaletteState state ) : PaletteImageStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteImageStyle |
public GetContentLongTextMultiLine ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
return | InheritBool |
public GetContentLongTextMultiLineH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRelativeAlign |
public GetContentLongTextNewFont ( PaletteState state ) : |
||
state | PaletteState | Palette value should be applicable to this state. |
return |
public GetContentLongTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteTextHotkeyPrefix |
public GetContentLongTextTrim ( PaletteState state ) : PaletteTextTrim | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteTextTrim |
public GetContentLongTextV ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRelativeAlign |
public GetContentPadding ( PaletteState state ) : Padding | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Padding |
public GetContentShortTextColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentShortTextColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetContentShortTextColorAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRectangleAlign |
public GetContentShortTextColorAngle ( PaletteState state ) : float | ||
state | PaletteState | Palette value should be applicable to this state. |
return | float |
public GetContentShortTextColorStyle ( PaletteState state ) : PaletteColorStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteColorStyle |
public GetContentShortTextFont ( PaletteState state ) : |
||
state | PaletteState | Palette value should be applicable to this state. |
return |
public GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRelativeAlign |
public GetContentShortTextHint ( PaletteState state ) : PaletteTextHint | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteTextHint |
public GetContentShortTextImage ( PaletteState state ) : Image | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Image |
public GetContentShortTextImageAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRectangleAlign |
public GetContentShortTextImageStyle ( PaletteState state ) : PaletteImageStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteImageStyle |
public GetContentShortTextMultiLine ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
return | InheritBool |
public GetContentShortTextMultiLineH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRelativeAlign |
public GetContentShortTextNewFont ( PaletteState state ) : |
||
state | PaletteState | Palette value should be applicable to this state. |
return |
public GetContentShortTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteTextHotkeyPrefix |
public GetContentShortTextTrim ( PaletteState state ) : PaletteTextTrim | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteTextTrim |
public GetContentShortTextV ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRelativeAlign |
public GetContentStyle ( ) : PaletteContentStyle | ||
return | PaletteContentStyle |
public PaletteNavContent ( IPaletteContent inherit, NeedPaintHandler needPaint ) : System | ||
inherit | IPaletteContent | Source for inheriting defaulted 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 ( IPaletteContent inherit ) : void | ||
inherit | IPaletteContent | |
return | void |