Click or drag to resize

ScreenOverlayPadding Structure

The padding by which all child overlays will be offset from the edges of the parent.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public struct ScreenOverlayPadding

The ScreenOverlayPadding type exposes the following members.

Constructors
  NameDescription
Public methodScreenOverlayPadding(Double)
Initializes a new instance with the specified padding, in pixels, on all sides.
Public methodScreenOverlayPadding(Double, Double, Double, Double)
Initializes a new instance with the specified padding, in pixels, on each side.
Top
Properties
  NameDescription
Public propertyBottom
Gets the padding, in pixels, from the bottom edge of the parent.
Public propertyLeft
Gets the padding, in pixels, from the left edge of the parent.
Public propertyRight
Gets the padding, in pixels, from the right edge of the parent.
Public propertyTop
Gets the padding, in pixels, from the top edge of the parent.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also