Метод | Описание | |
---|---|---|
GetContentAdjacentGap ( PaletteState state ) : int |
Gets the padding between adjacent content items.
|
|
GetContentDraw ( PaletteState state ) : InheritBool |
Gets a value indicating if content should be drawn.
|
|
GetContentDrawFocus ( PaletteState state ) : InheritBool |
Gets a value indicating if content should be drawn with focus indication.
|
|
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 effect applied to drawing of the image.
|
|
GetContentImageH ( PaletteState state ) : PaletteRelativeAlign |
Gets the horizontal relative alignment of the image.
|
|
GetContentImageV ( PaletteState state ) : PaletteRelativeAlign |
Gets the vertical relative alignment of the image.
|
|
GetContentLongTextColor1 ( PaletteState state ) : Color |
Gets the first back 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 for the long text.
|
|
GetContentLongTextColorAngle ( PaletteState state ) : float |
Gets the color background angle for the long text.
|
|
GetContentLongTextColorStyle ( PaletteState state ) : PaletteColorStyle |
Gets the color drawing style for the long text.
|
|
GetContentLongTextFont ( PaletteState state ) : |
Gets the font for the long text.
|
|
GetContentLongTextH ( PaletteState state ) : PaletteRelativeAlign |
Gets the horizontal relative alignment of the long text.
|
|
GetContentLongTextHint ( PaletteState state ) : PaletteTextHint |
Gets the rendering hint for the long text.
|
|
GetContentLongTextImage ( PaletteState state ) : Image |
Gets a background image for the long text.
|
|
GetContentLongTextImageAlign ( PaletteState state ) : PaletteRectangleAlign |
Gets the image alignment for the long text.
|
|
GetContentLongTextImageStyle ( PaletteState state ) : PaletteImageStyle |
Gets the background 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 horizontal relative alignment of multiline long text.
|
|
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 text trimming to use for long text.
|
|
GetContentLongTextV ( PaletteState state ) : PaletteRelativeAlign |
Gets the vertical relative alignment of the long text.
|
|
GetContentPadding ( PaletteState state ) : Padding |
Gets the padding between the border and content drawing.
|
|
GetContentShortTextColor1 ( PaletteState state ) : Color |
Gets the first back 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 for the short text.
|
|
GetContentShortTextColorAngle ( PaletteState state ) : float |
Gets the color background angle for the short text.
|
|
GetContentShortTextColorStyle ( PaletteState state ) : PaletteColorStyle |
Gets the color drawing style for the short text.
|
|
GetContentShortTextFont ( PaletteState state ) : |
Gets the font for the short text.
|
|
GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign |
Gets the horizontal relative alignment of the short text.
|
|
GetContentShortTextHint ( PaletteState state ) : PaletteTextHint |
Gets the rendering hint for the short text.
|
|
GetContentShortTextImage ( PaletteState state ) : Image |
Gets a background image for the short text.
|
|
GetContentShortTextImageAlign ( PaletteState state ) : PaletteRectangleAlign |
Gets the image alignment for the short text.
|
|
GetContentShortTextImageStyle ( PaletteState state ) : PaletteImageStyle |
Gets the background image style.
|
|
GetContentShortTextMultiLine ( PaletteState state ) : InheritBool |
Gets the flag indicating if multiline text is allowed for short text.
|
|
GetContentShortTextMultiLineH ( PaletteState state ) : PaletteRelativeAlign |
Gets the horizontal relative alignment of multiline short text.
|
|
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 text trimming to use for short text.
|
|
GetContentShortTextV ( PaletteState state ) : PaletteRelativeAlign |
Gets the vertical relative alignment of the short text.
|
|
GetContentStyle ( ) : PaletteContentStyle |
Gets the style appropriate for this content.
|
|
RibbonTabToContent ( IPaletteRibbonGeneral ribbonGeneral, IPaletteRibbonText ribbonTabText, IPaletteContent content ) : System |
Initialize a new instance of the RibbonTabToContent class.
|
public GetContentAdjacentGap ( PaletteState state ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | int |
public GetContentDraw ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | InheritBool |
public GetContentDrawFocus ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | InheritBool |
public GetContentImageColorMap ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | Color |
public GetContentImageColorTo ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | Color |
public GetContentImageEffect ( PaletteState state ) : PaletteImageEffect | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteImageEffect |
public GetContentImageH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRelativeAlign |
public GetContentImageV ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRelativeAlign |
public GetContentLongTextColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | Color |
public GetContentLongTextColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | Color |
public GetContentLongTextColorAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRectangleAlign |
public GetContentLongTextColorAngle ( PaletteState state ) : float | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | float |
public GetContentLongTextColorStyle ( PaletteState state ) : PaletteColorStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteColorStyle |
public GetContentLongTextFont ( PaletteState state ) : |
||
state | PaletteState | Palette value should be applicable to this state. |
Результат |
public GetContentLongTextH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRelativeAlign |
public GetContentLongTextHint ( PaletteState state ) : PaletteTextHint | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteTextHint |
public GetContentLongTextImage ( PaletteState state ) : Image | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | Image |
public GetContentLongTextImageAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRectangleAlign |
public GetContentLongTextImageStyle ( PaletteState state ) : PaletteImageStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteImageStyle |
public GetContentLongTextMultiLine ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | InheritBool |
public GetContentLongTextMultiLineH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRelativeAlign |
public GetContentLongTextNewFont ( PaletteState state ) : |
||
state | PaletteState | Palette value should be applicable to this state. |
Результат |
public GetContentLongTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteTextHotkeyPrefix |
public GetContentLongTextTrim ( PaletteState state ) : PaletteTextTrim | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteTextTrim |
public GetContentLongTextV ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRelativeAlign |
public GetContentPadding ( PaletteState state ) : Padding | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | Padding |
public GetContentShortTextColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | Color |
public GetContentShortTextColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | Color |
public GetContentShortTextColorAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRectangleAlign |
public GetContentShortTextColorAngle ( PaletteState state ) : float | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | float |
public GetContentShortTextColorStyle ( PaletteState state ) : PaletteColorStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteColorStyle |
public GetContentShortTextFont ( PaletteState state ) : |
||
state | PaletteState | Palette value should be applicable to this state. |
Результат |
public GetContentShortTextH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRelativeAlign |
public GetContentShortTextHint ( PaletteState state ) : PaletteTextHint | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteTextHint |
public GetContentShortTextImage ( PaletteState state ) : Image | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | Image |
public GetContentShortTextImageAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRectangleAlign |
public GetContentShortTextImageStyle ( PaletteState state ) : PaletteImageStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteImageStyle |
public GetContentShortTextMultiLine ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | InheritBool |
public GetContentShortTextMultiLineH ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRelativeAlign |
public GetContentShortTextNewFont ( PaletteState state ) : |
||
state | PaletteState | Palette value should be applicable to this state. |
Результат |
public GetContentShortTextPrefix ( PaletteState state ) : PaletteTextHotkeyPrefix | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteTextHotkeyPrefix |
public GetContentShortTextTrim ( PaletteState state ) : PaletteTextTrim | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteTextTrim |
public GetContentShortTextV ( PaletteState state ) : PaletteRelativeAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Результат | PaletteRelativeAlign |
public GetContentStyle ( ) : PaletteContentStyle | ||
Результат | PaletteContentStyle |
public RibbonTabToContent ( IPaletteRibbonGeneral ribbonGeneral, IPaletteRibbonText ribbonTabText, IPaletteContent content ) : System | ||
ribbonGeneral | IPaletteRibbonGeneral | Source for general ribbon settings. |
ribbonTabText | IPaletteRibbonText | Source for ribbon tab settings. |
content | IPaletteContent | Source for content settings. |
Результат | System |