using System;
using System.Collections.Generic;
using System.Text;
namespace BSE.Windows.Forms
{
///
/// Contains the constants for the XPanderControls
///
public static class Constants
{
///
/// The minimum height for the captionbars in the panels
///
public const int CaptionMinHeight = 18;
///
/// Gets the thickness, in pixels, of a flat-style control border.
///
public const int BorderThickness = 1;
}
}