ScreenOverlayPadding Structure |
Namespace: AGI.Foundation.Graphics.Advanced
The ScreenOverlayPadding type exposes the following members.
Name | Description | |
---|---|---|
ScreenOverlayPadding(Double) |
Initializes a new instance with the specified padding, in pixels, on all sides.
| |
ScreenOverlayPadding(Double, Double, Double, Double) |
Initializes a new instance with the specified padding, in pixels, on each side.
|
Name | Description | |
---|---|---|
Bottom |
Gets the padding, in pixels, from the bottom edge of the parent.
| |
Left |
Gets the padding, in pixels, from the left edge of the parent.
| |
Right |
Gets the padding, in pixels, from the right edge of the parent.
| |
Top |
Gets the padding, in pixels, from the top edge of the parent.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |