pk_code
pk_code

Reputation: 2766

Boarder Thickness value

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

Answers (1)

keymusicman
keymusicman

Reputation: 1291

Please view Thickness Properties here. For every side there is description "Gets or sets the width, in pixels"

Upvotes: 1

Related Questions