Click or drag to resize

IPaletteSeparator Interface

Access to the back and border palettes plus metrics.

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 IPaletteSeparator : IPaletteDouble

The IPaletteSeparator type exposes the following members.

Properties
  NameDescription
Public propertyPaletteBack
Gets the background palette.
(Inherited from IPaletteDouble.)
Public propertyPaletteBorder
Gets the border palette.
(Inherited from IPaletteDouble.)
Public propertyPaletteMetric
Gets the palette source for acquiring metrics.
Top
See Also