MindFusion.Wpf Pack Programmer's Guide
Window.Top Property
See Also
 





Gets or sets the top side of the window within its container.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public double Top { get; set; }

Visual Basic  Copy Code

Public Property Top As Double

 Property Value

A double value specifying the y-coordinate of the window's top-left corner, relative to its container.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace
Left Property