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: 23.2.417.0 (23.2.417.0)
Syntaxpublic MessageLoopType MessageLoopType { get; set; }
Public Property MessageLoopType As MessageLoopType
Get
Set
public:
property MessageLoopType MessageLoopType {
MessageLoopType get ();
void set (MessageLoopType value);
}
member MessageLoopType : MessageLoopType with get, set
Property Value
Type:
MessageLoopType
See Also