ToggleSwitch.OffContent Property

Definition

public:
 property Platform::Object ^ OffContent { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable OffContent();

void OffContent(IInspectable value);
public object OffContent { get; set; }
var object = toggleSwitch.offContent;
toggleSwitch.offContent = object;
Public Property OffContent As Object

Property Value

Object

Platform::Object

IInspectable

Applies to