ToggleSwitch.

OnContentStringFormat Property

Summary

Gets or sets a composite string that specifies how to format the OnContent property if it is displayed as a string.
Namespace
MahApps.Metro.Controls
Containing Type
ToggleSwitch

Syntax

[Bindable(true)]
[Category(AppName.MahApps)]
public string OnContentStringFormat { get; set; }

Remarks

This property is ignored if is set.

Attributes

Type Description
Bindable
Category

Value

Type Description
string

See Also