IPaletteContent Interface |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public interface IPaletteContent
The IPaletteContent type exposes the following members.
| Name | Description | |
|---|---|---|
| GetContentAdjacentGap |
Gets the padding between adjacent content items.
| |
| GetContentDraw |
Gets a value indicating if content should be drawn.
| |
| GetContentDrawFocus |
Gets a value indicating if content should be drawn with focus indication.
| |
| GetContentImageColorMap |
Gets the image color to remap into another color.
| |
| GetContentImageColorTo |
Gets the color to use in place of the image map color.
| |
| GetContentImageEffect |
Gets the effect applied to drawing of the image.
| |
| GetContentImageH |
Gets the horizontal relative alignment of the image.
| |
| GetContentImageV |
Gets the vertical relative alignment of the image.
| |
| GetContentLongTextColor1 |
Gets the first back color for the long text.
| |
| GetContentLongTextColor2 |
Gets the second back color for the long text.
| |
| GetContentLongTextColorAlign |
Gets the color alignment for the long text.
| |
| GetContentLongTextColorAngle |
Gets the color background angle for the long text.
| |
| GetContentLongTextColorStyle |
Gets the color drawing style for the long text.
| |
| GetContentLongTextCompatiblePadding | ||
| GetContentLongTextFont |
Gets the font for the long text.
| |
| GetContentLongTextH |
Gets the horizontal relative alignment of the long text.
| |
| GetContentLongTextHint |
Gets the rendering hint for the long text.
| |
| GetContentLongTextImage |
Gets a background image for the long text.
| |
| GetContentLongTextImageAlign |
Gets the image alignment for the long text.
| |
| GetContentLongTextImageStyle |
Gets the background image style for the long text.
| |
| GetContentLongTextMultiLine |
Gets the flag indicating if multiline text is allowed for long text.
| |
| GetContentLongTextMultiLineH |
Gets the horizontal relative alignment of multiline long text.
| |
| GetContentLongTextNewFont |
Gets the font for the long text by generating a new font instance.
| |
| GetContentLongTextPrefix |
Gets the prefix drawing setting for long text.
| |
| GetContentLongTextTrim |
Gets the text trimming to use for long text.
| |
| GetContentLongTextV |
Gets the vertical relative alignment of the long text.
| |
| GetContentPadding |
Gets the padding between the border and content drawing.
| |
| GetContentShortTextColor1 |
Gets the first back color for the short text.
| |
| GetContentShortTextColor2 |
Gets the second back color for the short text.
| |
| GetContentShortTextColorAlign |
Gets the color alignment for the short text.
| |
| GetContentShortTextColorAngle |
Gets the color background angle for the short text.
| |
| GetContentShortTextColorStyle |
Gets the color drawing style for the short text.
| |
| GetContentShortTextCompatiblePadding | ||
| GetContentShortTextFont |
Gets the font for the short text.
| |
| GetContentShortTextH |
Gets the horizontal relative alignment of the short text.
| |
| GetContentShortTextHint |
Gets the rendering hint for the short text.
| |
| GetContentShortTextImage |
Gets a background image for the short text.
| |
| GetContentShortTextImageAlign |
Gets the image alignment for the short text.
| |
| GetContentShortTextImageStyle |
Gets the background image style.
| |
| GetContentShortTextMultiLine |
Gets the flag indicating if multiline text is allowed for short text.
| |
| GetContentShortTextMultiLineH |
Gets the horizontal relative alignment of multiline short text.
| |
| GetContentShortTextNewFont |
Gets the font for the short text by generating a new font instance.
| |
| GetContentShortTextPrefix |
Gets the prefix drawing setting for short text.
| |
| GetContentShortTextTrim |
Gets the text trimming to use for short text.
| |
| GetContentShortTextV |
Gets the vertical relative alignment of the short text.
| |
| GetContentStyle |
Gets the style appropriate for this content.
|