Property Top
| Improve this Doc View SourceTop
Gets or sets a value that represents the distance between the top side of WindowControl and the top side of its parent WindowPanel. This is a dependency property.
Declaration
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A System.Double that represents the offset position from the top side of a parent WindowPanel. The default value is System.Double.NaN. |