MouseOptionsPanning Property |
Gets or sets whether holding down shift and dragging the mouse will pan across the surface of the central body.
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 Panning { get; set; }
Public Property Panning As Boolean
Get
Set
public:
property bool Panning {
bool get ();
void set (bool value);
}
member Panning : bool with get, set
Property Value
Type:
BooleanSee Also