FixedPage::SetRight Method (UIElement^, Double)
.NET Framework (current version)
Sets the distance between the right side of an element and the right side of its parent Canvas.
Assembly: PresentationFramework (in PresentationFramework.dll)
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
Available since 3.0
Show: