Note: This document is auto-generated by
scripts/generate_control_reference_docs.py. Do not edit manually.
Avalonia.Controls.ColorPickerAvalonia.ControlsAvalonia.Controls.ColorPickersrc/Avalonia.Controls.ColorPicker/ColorPicker/ColorPicker.csColorViewcontrolpublic ColorPicker() : base() {public static readonly StyledProperty<object?> ContentProperty = ContentControl.ContentProperty.AddOwner<ColorPicker>();public static readonly StyledProperty<IDataTemplate?> ContentTemplateProperty = ContentControl.ContentTemplateProperty.AddOwner<ColorPicker>();public static readonly StyledProperty<HorizontalAlignment> HorizontalContentAlignmentProperty = ContentControl.HorizontalContentAlignmentProperty.AddOwner<ColorPicker>();public static readonly StyledProperty<VerticalAlignment> VerticalContentAlignmentProperty = ContentControl.VerticalContentAlignmentProperty.AddOwner<ColorPicker>();public object? Content {public IDataTemplate? ContentTemplate {public HorizontalAlignment HorizontalContentAlignment {public VerticalAlignment VerticalContentAlignment {<ColorPicker x:Name="SampleColorPicker" />
using Avalonia.Controls;
var control = new ColorPicker();