SetMargin Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the size of the current element's margin.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetMargin(Int32) | Sets the size of the current element's margin, using the same (specified) width for each of the four sides of the element. | |
SetMargin(Int32, Int32, Int32, Int32) | Sets the size of the current element's margin, using a specified width for each of the four sides of the element. |
Top