Reputation: 2766
When we say Boarder thickness ="1" for WPF XAML Control, what is 1? Is it Pixel or Points or Inches? How Can I convert it to pixels?
I been Following MSDN but it says Thickness class constructor accepts parameter "uniformLength", but that doesn't say what is it.
Thank you in advance!
Upvotes: 0
Views: 59
Reputation: 1291
Please view Thickness Properties here. For every side there is description "Gets or sets the width, in pixels"
Upvotes: 1