Margins.Margins

Margins constructor

Initializes a new instance of the Margins struct with the specified left, right, top, and bottom margins.

public Margins(float left, float right, float top, float bottom)
ParameterTypeDescription
leftSingleThe left margin width.
rightSingleThe right margin width.
topSingleThe top margin width.
bottomSingleThe bottom margin width.

See Also