WindowPositionSettingsBuilder
Methods
Top(System.Double)
Specifies the initial top position of the Window. Numeric values are treated as pixels. String values can specify pixels, percentages, ems, or other valid values.
Parameters
value - System.Double
The value for Top
Left(System.Double)
Specifies the initial left position of the Window. Numeric values are treated as pixels. String values can specify pixels, percentages, ems or other valid values.
Parameters
value - System.Double
The value for Left
Top(System.String)
Specifies the initial top position of the Window. Numeric values are treated as pixels. String values can specify pixels, percentages, ems, or other valid values.
Parameters
value - System.String
The value for Top
Left(System.String)
Specifies the initial left position of the Window. Numeric values are treated as pixels. String values can specify pixels, percentages, ems or other valid values.
Parameters
value - System.String
The value for Left