GridSplitterPreviewContent Property

Gets or sets content that will be shown when ShowsPreview is enabled and user starts resize operation.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public ITemplate<Control> PreviewContent { get; set; }

Property Value

ITemplateControl

See Also