ModelProperty.Value Property

When overridden in a derived class, gets the value of this property.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Value As ModelItem
    Get
public abstract ModelItem Value { get; }
public:
virtual property ModelItem^ Value {
    ModelItem^ get () abstract;
}
abstract Value : ModelItem
abstract function get Value () : ModelItem

Property Value

Type: Microsoft.Windows.Design.Model.ModelItem
A ModelItem instance representing the value of this property.

Remarks

A property may return a value that is inherited further up the element hierarchy, in which case this property returns a value whose source differs from this. If no value has ever been set for the property, this property returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ModelProperty Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture