Table of Contents

Class ThemedDataPainter

Namespace
Alternet.Scripter.Integration
Assembly
Alternet.Scripter.Integration.v9.dll

Encapsulates a theme-related drawing surface, providing properties and methods used to draw DataTip.

public class ThemedDataPainter : DataTipPainter, IDisposable
Inheritance
ThemedDataPainter
Implements

Constructors

ThemedDataPainter(IVisualTheme)

Initializes a new instance of the ThemedDataPainter class with specified theme.

Properties

ColumnSeparatorColor

Gets a color for the theme-defined popup column separator element.

ImagesResourceNameSuffix

Gets or sets a suffix used to locate image resources depending on the theme type.

ItemBackgroundHoveredColor

Gets a color for the theme-defined hovered popup background.

ItemTextNormalColor

Gets a color for the theme-defined popup item text in the normal state.

ItemTextOverlappedColor

Gets a color for the theme-defined popup item text in the overlapped state.

PopupBackgroundNormalColor

Gets a color for the theme-defined normal popup background.

PopupBackgroundOverlappedColor

Gets a color for the theme-defined overlapped popup background.

PopupBorderColor

Gets a color for the theme-defined popup border.

Methods

GetImageDescription(DataTipPainterImage)