Click or drag to resize
Ab4d.SharpEngine logo

MouseCameraControllerEventsSourceElement Property

Gets or sets the Control that is used to subscribe the mouse events (for example a Border that is a parent of a SharpEngineSceneView). If the property is not set, SharpEngineSceneView element is used as event source (if not null).

Namespace: Ab4d.SharpEngine.WinUI
Assembly: Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 1.0.8740+dd919213ce98c470a123b140574ba91ba31d337e
Syntax
C#
public Control? EventsSourceElement { get; set; }

Property Value

Control
Remarks

Gets or sets the Control that is used to subscribe the mouse events (for example a Border that is a parent of a SharpEngineSceneView).

If the property is not set, SharpEngineSceneView element is used as event source (if not null).

See Also