14 lines
383 B
C#
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 { }
|
|
}
|