Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.