Content Property
Gets or sets any content displayed in the ColorPicker's preview content area.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
[ContentAttribute]
[DependsOnAttribute("ContentTemplate")]
public Object? Content { get; set; }
<ContentAttribute>
<DependsOnAttribute("ContentTemplate")>
Public Property Content As Object
Get
Set
[<ContentAttribute>]
[<DependsOnAttribute("ContentTemplate")>]
member Content : Object with get, set
Property Value
ObjectRemarks
By default this should show a preview of the currently selected color.