ScreenOverlayRotationPoint.RelativeToParent 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool RelativeToParent { get; }
Public ReadOnly Property RelativeToParent As Boolean
Get
public:
property bool RelativeToParent {
bool get ();
}
member RelativeToParent : bool with get
Property Value
Type:
Boolean
See Also