ButtonIsDefault Property

Gets or sets a value indicating whether the button is the default button for the window.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsDefault { get; set; }

Property Value

Boolean

See Also