BindableValueHolder Class

Definition

Holds the value. Can be used to change several objects' properties at a time.

[Windows.UI.Xaml.Markup.ContentProperty(Name="Value")]
public class BindableValueHolder : Windows.UI.Xaml.DependencyObject
[<Windows.UI.Xaml.Markup.ContentProperty(Name="Value")>]
type BindableValueHolder = class
    inherit DependencyObject
Public Class BindableValueHolder
Inherits DependencyObject
Inheritance
Windows.UI.Xaml.DependencyObject
BindableValueHolder
Attributes
Windows.UI.Xaml.Markup.ContentPropertyAttribute

Constructors

BindableValueHolder()

Fields

ValueProperty

Identifies the Value property.

Properties

Value

Gets or sets the held value.

Applies to