BalloonControlPosition Property |
Gets the
Rectangular associated with the control position of the balloon. This property returns null if the Balloon is associated with a
CartographicPosition or a position was not specified.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Rectangular? ControlPosition { get; }
Public ReadOnly Property ControlPosition As Rectangular?
Get
public:
property Nullable<Rectangular> ControlPosition {
Nullable<Rectangular> get ();
}
member ControlPosition : Nullable<Rectangular> with get
Property Value
Type:
NullableRectangularSee Also