ModelProperty.ComputedValue Property

When overridden in a derived class, gets the currently computed value for this property.

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

Syntax

'Declaration
Public MustOverride Property ComputedValue As Object
    Get
    Set
public abstract Object ComputedValue { get; set; }
public:
virtual property Object^ ComputedValue {
    Object^ get () abstract;
    void set (Object^ value) abstract;
}
abstract ComputedValue : Object with get, set
abstract function get ComputedValue () : Object
abstract function set ComputedValue (value : Object)

Property Value

Type: System.Object
An object representing the computed value for this property.

.NET Framework Security

See Also

Reference

ModelProperty Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture