FlipView.

ButtonDownContentStringFormat Property

Summary

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

Syntax

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

Remarks

This property is ignored if is set.

Attributes

Type Description
Bindable
Category

Value

Type Description
string

See Also