SetPositionCoordinates Method

SetPositionCoordinates(IStyle, StyleLength, StyleLength, StyleLength, StyleLength)

Short hand for setting a style's position coordinates.

Declaration
public static void SetPositionCoordinates(this IStyle style, StyleLength top, StyleLength right, StyleLength bottom, StyleLength left)
Parameters
IStyle style

The style to modify

StyleLength top

The value for top

StyleLength right

The value for right

StyleLength bottom

The value for bottom

StyleLength left

The value for left