Click or drag to resize
CanvasSetTop Method
Sets the value of the Canvas.Top XAML attached property for a target element.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static void SetTop(
	UIElement element,
	double value
)

Parameters

element
Type: Windows.UI.XamlUIElement
The object to which the property value is written.
value
Type: SystemDouble
The value to set.
See Also