New to Telerik UI for ASP.NET Core? Download free 30-day trial

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

In this article
Not finding the help you need?