ScreenOverlayRotationPointRelativeToParent Property |
Gets a value indicating whether the rotation point is relative to the overlay's parent, or to the overlay itself.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool RelativeToParent { get; }
Public ReadOnly Property RelativeToParent As Boolean
Get
public:
property bool RelativeToParent {
bool get ();
}
member RelativeToParent : bool with get
Property Value
Type:
BooleanSee Also