/// Enables multitouch support. The default value is true.
/// </summary>
/// <remarks>
/// Multitouch allows a surface (a touchpad or touchscreen) to recognize the presence of more than one point of contact with the surface at the same time.
/// </remarks>
[Obsolete("Multitouch is always enabled on supported Windows versions")]
publicbool?EnableMultitouch{get;set;}=true;
/// <summary>
/// <summary>
/// Embeds popups to the window when set to true. The default value is false.
/// Embeds popups to the window when set to true. The default value is false.