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