ViewDrawContent(IPaletteContent, IContentValues, VisualOrientation) Constructor |
Initialize a new instance of the ViewDrawContent class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ViewDrawContent(
IPaletteContent paletteContent,
IContentValues values,
VisualOrientation orientation
)
Parameters
- paletteContent IPaletteContent
- Palette source for the content.
- values IContentValues
- Reference to actual content values.
- orientation VisualOrientation
- Visual orientation of the content.
See Also