UIElement.SetMargin Method
Sets the size of the current element's margin.
Overload List
Name | Description |
---|---|
UIElement.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. |
UIElement.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. |
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace