ToolTipService::GetPlacementRectangle Method (DependencyObject^)

 

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

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

public:
[AttachedPropertyBrowsableForTypeAttribute((DependencyObject^::typeid))]
static Rect GetPlacementRectangle(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

The object from which the property value is read.

Return Value

Type: System.Windows::Rect

The object's PlacementRectangle property value.

The following example shows how to get the value for the PlacementRectangle attached property. The FindName method finds the object called ellipse2, which is an Ellipse.

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

.NET Framework
Available since 3.0
Return to top
Show: