PreviewContent 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)
- C#
- VB
- F#
public ITemplate<Control> PreviewContent { get; set; }
Public Property PreviewContent As ITemplate(Of Control)
Get
Set
member PreviewContent : ITemplate<Control> with get, set