ContentTemplate Property
Gets or sets the data template used to display the content of the ColorPicker's preview content area.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public IDataTemplate? ContentTemplate { get; set; }
Public Property ContentTemplate As IDataTemplate
Get
Set
member ContentTemplate : IDataTemplate with get, set