Table of Contents

TTMSFNCEditorPanelAppearance Class

Appearance settings for an editor panel control, including fill, stroke, selection colors, corner rounding, and visible sides.

API unit family: TMSFNCEditorPanel Inherits from: TPersistent

Syntax

TTMSFNCEditorPanelAppearance = class(TPersistent)

Properties

Name Description
Fill Fill settings applied to the panel background when it is not selected.
Rounding Corner rounding radius in pixels applied to the panel border.
SelectedFill Fill settings applied to the panel background when it is selected.
SelectedStroke Stroke (border) settings applied to the panel when it is selected.
Stroke Stroke (border) settings applied to the panel when it is not selected.
StrokeSides Specifies which sides of the panel border are drawn.

Events

Name Description
OnChanged Fires when any appearance property changes, allowing the owning panel to repaint.