PreviewShape
The shape of a row lifted as its own context-menu platter.
- Kind: Record class
- Namespace: SkeleKit
- Implements:
IEquatable<PreviewShape>
Constructors
Initializes a new instance of the PreviewShape class.
| Parameter | Summary |
|---|---|
(optional) double Padding | Uniform padding between the row's content and the platter's edge. |
(optional) double CornerRadius | The platter's corner radius. |
(optional) Color? Background | The platter's fill, or null for the system default. A transparent color draws none. |
Properties
Background
The platter's fill, or null for the system default. A transparent color draws none.
Type: Color?
CornerRadius
The platter's corner radius.
Type: double
Padding
Uniform padding between the row's content and the platter's edge.
Type: double