Click or drag to resize

ForwardAnimationMessageLoopType Property

Gets or sets the type of message loop, Windows Forms or Windows Presentation Foundation, employed by the application. By default, this is set to MessageLoopType.AutoDetect.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MessageLoopType MessageLoopType { get; set; }

Property Value

Type: MessageLoopType
See Also