Class Margin
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Defines the whitespace that is displayed around a widget.
public class Margin
- Inheritance
-
Margin
- Extension Methods
Constructors
- Margin(int, int, int, int)
Initializes a new instance of the Margin class.
- Margin(string)
Initializes a new instance of the Margin class based on a string. This string should have the following syntax: left;top;right;bottom.
Properties
- Bottom
Gets or sets the amount of margin in pixels at the bottom of the widget.
- Left
Gets or sets the amount of margin in pixels at the left-hand side of the widget.
- Right
Gets or sets the amount of margin in pixels at the right-hand side of the widget.
- Top
Gets or sets the amount of margin in pixels at the top of the widget.
Methods
- ToString()
Returns a string that represents the current object.