Files
2025-08-02 20:11:41 +08:00

14 lines
383 B
C#

using Nova;
namespace NovaSamples.UIControls
{
/// <summary>
/// <see cref="ItemVisuals"/> type to represent the draggable window bar
/// </summary>
/// <remarks>A means of targeting drag gesture events.</remarks>
/// <seealso cref="Window"/>
/// <seealso cref="WindowResizeRegion"/>
[TypeMenuPath("Nova")]
public class WindowBar : ItemVisuals { }
}