Public Property IsConstrained As Boolean
public bool IsConstrained { get; set; }
public: property bool IsConstrained { bool get (); void set (bool value); }
function get_isConstrained(); function set_isConstrained(value);