編集

次の方法で共有


Case.IsDefault Property

Definition

Gets or sets a value indicating whether this is the default case to display when no values match the specified value in the SwitchPresenter. There should only be a single default case provided. Do not set the Value property when setting IsDefault to true. Default is false.

public bool IsDefault { get; set; }
member this.IsDefault : bool with get, set
Public Property IsDefault As Boolean

Property Value

Applies to