MarginType

Margins.MarginType property

Gets or sets margin type. Setting a new value to this property automatically returns all margins to their default values (zero).

public MarginType MarginType { get; set; }

Property Value

The value specifying how margins should be interpreted.

Remarks

The default value is Absolute

See Also