TypeConstraintAttribute.Constraint Property

Gets the constraint type.

Namespace:  Microsoft.Xaml.Interactivity
Assembly:  Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)

Syntax

'Declaration
Public Property Constraint As Type
public Type Constraint { get; private set; }
public:
property Type^ Constraint {
    Type^ get ();
    private: void set (Type^ value);
}
member Constraint : Type with get, private set
function get Constraint () : Type 
private function set Constraint (value : Type)

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

TypeConstraintAttribute Class

Microsoft.Xaml.Interactivity Namespace