FixedPage::GetRight Method (UIElement^)

 

Returns the distance between the right side of an element and the right side of its parent Canvas.

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

public:
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
[AttachedPropertyBrowsableForChildrenAttribute]
static double GetRight(
	UIElement^ element
)

Parameters

element
Type: System.Windows::UIElement^

The element from which to get the right offset.

Return Value

Type: System::Double

The distance between the right side of an element and the right side of its parent canvas.

If the right offset has not been set, GetRight returns NaN.

.NET Framework
Available since 3.0
Return to top
Show: