What is the number of pixels for GridBorderWeight enums?

Hello, I need to know what is the number of pixels for GridBorderWeight.ExtraThin GridBorderWeight.Thin GridBorderWeight.Medium GridBorderWeight.Thick GridBorderWeight.ExtraThick GridBorderWeight.ExtraExtraThick Robert

1 Reply

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, }

Loader.
Up arrow icon