AD
Administrator
Syncfusion Team
August 3, 2005 02:09 PM UTC
Here is the information in points.
public enum GridBorderWeight
{
///
/// A line with 0.25 point.
///
ExtraThin = 1,
///
/// A line with 0.5 point.
///
///
Thin = 2,
///
/// A line with 1 point.
///
///
Medium = 3,
///
/// A line with 1.5 points.
///
Thick = 4,
///
///
/// A line with 2.0 points.
///
ExtraThick = 5,
///
///
/// A line with 3.0 points.
///
ExtraExtraThick = 6,
}