Corners

Corners()

Initializes a new instance of Corners class using zero values.

public Corners()

See Also


Corners(double)

Initializes a new instance of the Corners class using the supplied value for all corners.

public Corners(double all)
Parameter Type Description
all Double The value to be used for padding for all corners.

See Also


Corners(double, double, double, double)

Initializes a new instance of the Corners class using the supplied values.

public Corners(double topLeft, double topRight, double bottomLeft, double bottomRight)
Parameter Type Description
topLeft Double Top left corner value.
topRight Double Top right corner value.
bottomLeft Double Bottom left corner value.
bottomRight Double Bottom right corner value.

See Also