Click or drag to resize

IPaletteContent Interface

Exposes a palette source for drawing content.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public interface IPaletteContent

The IPaletteContent type exposes the following members.

Methods
  NameDescription
Public methodGetContentAdjacentGap
Gets the padding between adjacent content items.
Public methodGetContentDraw
Gets a value indicating if content should be drawn.
Public methodGetContentDrawFocus
Gets a value indicating if content should be drawn with focus indication.
Public methodGetContentImageColorMap
Gets the image color to remap into another color.
Public methodGetContentImageColorTo
Gets the color to use in place of the image map color.
Public methodGetContentImageEffect
Gets the effect applied to drawing of the image.
Public methodGetContentImageH
Gets the horizontal relative alignment of the image.
Public methodGetContentImageV
Gets the vertical relative alignment of the image.
Public methodGetContentLongTextColor1
Gets the first back color for the long text.
Public methodGetContentLongTextColor2
Gets the second back color for the long text.
Public methodGetContentLongTextColorAlign
Gets the color alignment for the long text.
Public methodGetContentLongTextColorAngle
Gets the color background angle for the long text.
Public methodGetContentLongTextColorStyle
Gets the color drawing style for the long text.
Public methodGetContentLongTextCompatiblePadding
Public methodGetContentLongTextFont
Gets the font for the long text.
Public methodGetContentLongTextH
Gets the horizontal relative alignment of the long text.
Public methodGetContentLongTextHint
Gets the rendering hint for the long text.
Public methodGetContentLongTextImage
Gets a background image for the long text.
Public methodGetContentLongTextImageAlign
Gets the image alignment for the long text.
Public methodGetContentLongTextImageStyle
Gets the background image style for the long text.
Public methodGetContentLongTextMultiLine
Gets the flag indicating if multiline text is allowed for long text.
Public methodGetContentLongTextMultiLineH
Gets the horizontal relative alignment of multiline long text.
Public methodGetContentLongTextNewFont
Gets the font for the long text by generating a new font instance.
Public methodGetContentLongTextPrefix
Gets the prefix drawing setting for long text.
Public methodGetContentLongTextTrim
Gets the text trimming to use for long text.
Public methodGetContentLongTextV
Gets the vertical relative alignment of the long text.
Public methodGetContentPadding
Gets the padding between the border and content drawing.
Public methodGetContentShortTextColor1
Gets the first back color for the short text.
Public methodGetContentShortTextColor2
Gets the second back color for the short text.
Public methodGetContentShortTextColorAlign
Gets the color alignment for the short text.
Public methodGetContentShortTextColorAngle
Gets the color background angle for the short text.
Public methodGetContentShortTextColorStyle
Gets the color drawing style for the short text.
Public methodGetContentShortTextCompatiblePadding
Public methodGetContentShortTextFont
Gets the font for the short text.
Public methodGetContentShortTextH
Gets the horizontal relative alignment of the short text.
Public methodGetContentShortTextHint
Gets the rendering hint for the short text.
Public methodGetContentShortTextImage
Gets a background image for the short text.
Public methodGetContentShortTextImageAlign
Gets the image alignment for the short text.
Public methodGetContentShortTextImageStyle
Gets the background image style.
Public methodGetContentShortTextMultiLine
Gets the flag indicating if multiline text is allowed for short text.
Public methodGetContentShortTextMultiLineH
Gets the horizontal relative alignment of multiline short text.
Public methodGetContentShortTextNewFont
Gets the font for the short text by generating a new font instance.
Public methodGetContentShortTextPrefix
Gets the prefix drawing setting for short text.
Public methodGetContentShortTextTrim
Gets the text trimming to use for short text.
Public methodGetContentShortTextV
Gets the vertical relative alignment of the short text.
Public methodGetContentStyle
Gets the style appropriate for this content.
Top
See Also