Click or drag to resize

PaletteContentInherit Class

Provide inheritance of palette content properties.
Inheritance Hierarchy

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 abstract class PaletteContentInherit : GlobalId, 
	IPaletteContent

The PaletteContentInherit type exposes the following members.

Constructors
  NameDescription
Protected methodPaletteContentInherit
Initializes a new instance of the PaletteContentInherit class
Top
Properties
  NameDescription
Public propertyId
Gets the unique identifier of the object.
(Inherited from GlobalId.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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 vertical relative alignment of the 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 vertical relative alignment of the 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.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also