DropDownLink.DropDownMenuCommandParameters.Point Property
Namespace: Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property Point As Point
public Point Point { get; set; }
public:
property Point Point {
Point get ();
void set (Point value);
}
member Point : Point with get, set
function get Point () : Point
function set Point (value : Point)
Property Value
Type: System.Windows.Point
Returns Point.
.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.
See Also
Reference
DropDownLink.DropDownMenuCommandParameters Class
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace