ToolTipService::SetPlacementRectangle Method (DependencyObject^, Rect)

 

Sets the value of the PlacementRectangle attached property for an object.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
static void SetPlacementRectangle(
	DependencyObject^ element,
	Rect value
)

Parameters

element
Type: System.Windows::DependencyObject^

The object to which the attached property is written.

value
Type: System.Windows::Rect

The value to set.

The following example shows how to set the value for the PlacementRectangle attached property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: