FixedPage::SetLeft Method (UIElement^, Double)
.NET Framework (current version)
Sets the distance between the left side of an element and the left side of its parent Canvas.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System.Windows::UIElement^
The element on which to set the left offset.
- length
-
Type:
System::Double
The new distance between the left side of the element and the left side of its parent canvas.
The child element's left offset does not affect the size of the parent canvas.
If both a left and right offset have been specified on the same element, the left offset takes precedence.
When setting the left 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: