We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon