OverlayPinningPosition Property |
Gets or sets the pinning position of the overlay, relative to the overlay, which determines the point on the overlay that corresponds to
the
Position property.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual ScreenOverlayPoint PinningPosition { get; set; }
Public Overridable Property PinningPosition As ScreenOverlayPoint
Get
Set
public:
virtual property ScreenOverlayPoint PinningPosition {
ScreenOverlayPoint get ();
void set (ScreenOverlayPoint value);
}
abstract PinningPosition : ScreenOverlayPoint with get, set
override PinningPosition : ScreenOverlayPoint with get, set
Property Value
Type:
ScreenOverlayPointSee Also