AGI STK Graphics 11 Send comments on this topic.
PinningOrigin Property (IAgStkGraphicsOverlay)
See Also 





Description

Gets or sets the origin of the Pinning Position property, relative to the overlay. By default, the value of this property is ScreenOverlayPinningOrigin.Automatic, which indicates that the origin of the Pinning Position property is the same as the Origin property of the screen overlay. See Screen Overlay Pinning Origin for a list of the possible pinning origins and a description of how the pinning origin affects the measurement of the overlay's position property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PinningOrigin() As AgEStkGraphicsScreenOverlayPinningOrigin

[C#]
public AgEStkGraphicsScreenOverlayPinningOrigin PinningOrigin {get; set;}

[Managed C++]
public: __property AgEStkGraphicsScreenOverlayPinningOrigin get_PinningOrigin();
public: __property void set_PinningOrigin(
AgEStkGraphicsScreenOverlayPinningOrigin
);

[Unmanaged C++]
public: HRESULT get_PinningOrigin(
AgEStkGraphicsScreenOverlayPinningOrigin * pRetVal
);
public: HRESULT put_PinningOrigin(
AgEStkGraphicsScreenOverlayPinningOrigin NewPinningOrigin
);

[Java]
public AgEStkGraphicsScreenOverlayPinningOrigin getPinningOrigin();public void setPinningOrigin(
AgEStkGraphicsScreenOverlayPinningOrigin
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1