ISwitch.IsOn Property

Definition

Gets or sets a Boolean value that indicates whether this Switch is toggled.

public:
 property bool IsOn { bool get(); void set(bool value); };
public bool IsOn { get; set; }
member this.IsOn : bool with get, set
Public Property IsOn As Boolean

Property Value

Applies to