using Nova; namespace NovaSamples.UIControls { /// /// type to represent the draggable window bar /// /// A means of targeting drag gesture events. /// /// [TypeMenuPath("Nova")] public class WindowBar : ItemVisuals { } }