FixedPage::SetRight Method (UIElement^, Double)

 

Sets 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:
static void SetRight(
	UIElement^ element,
	double length
)

Parameters

element
Type: System.Windows::UIElement^

The element on which to set the right offset.

length
Type: System::Double

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

The child element's right offset does not affect the size of the parent canvas.

If both a left and a right offset have been specified on the same element, the left offset takes precedence.

When setting the right offset as a percentage, the percentage value is based on the width of the parent canvas.

.NET Framework
Available since 3.0
Return to top
Show: