ModelProperty.IsDictionary Property

When overridden in a derived class, gets a value indicating whether the value contained in the property is an ItemDictionary.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsDictionary As Boolean
    Get
public abstract bool IsDictionary { get; }
public:
virtual property bool IsDictionary {
    bool get () abstract;
}
abstract IsDictionary : bool
abstract function get IsDictionary () : boolean

Property Value

Type: System.Boolean
true if the property value is an ItemDictionary; otherwise, false.

.NET Framework Security

See Also

Reference

ModelProperty Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture