GridSplitter.

PreviewContent Property

Summary

Gets or sets content that will be shown when ShowsPreview is enabled and user starts resize operation.
Namespace
Avalonia.Controls
Containing Type
GridSplitter

Syntax

public ITemplate<IControl> PreviewContent { get; set; }

Value

Type Description
ITemplate<IControl>