LeftRightPlacementToolTip.ProvidePlacements Method

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Function ProvidePlacements ( _
    popupSize As Size, _
    targetSize As Size, _
    offset As Point _
) As CustomPopupPlacement()
public CustomPopupPlacement[] ProvidePlacements(
    Size popupSize,
    Size targetSize,
    Point offset
)
public:
array<CustomPopupPlacement>^ ProvidePlacements(
    Size popupSize, 
    Size targetSize, 
    Point offset
)
member ProvidePlacements : 
        popupSize:Size * 
        targetSize:Size * 
        offset:Point -> CustomPopupPlacement[] 
public function ProvidePlacements(
    popupSize : Size, 
    targetSize : Size, 
    offset : Point
) : CustomPopupPlacement[]

Parameters

Return Value

Type: array<System.Windows.Controls.Primitives.CustomPopupPlacement[]

.NET Framework Security

See Also

Reference

LeftRightPlacementToolTip Class

Microsoft.TeamFoundation.Controls.WPF Namespace