B
BUG
Hi,
MSDN docs specify the Height or Width part of the Size
property as settable yet Size is a valuetype (struct in
C#) and .Size.Height and .Size.Width cannot be Set, just
GET is allowed. Unless you set Size to a new instance.
Why does MSDN say that it is a set property when its only
a get?
Am I incorrect in understanding this or are they?
Thanks
MSDN docs specify the Height or Width part of the Size
property as settable yet Size is a valuetype (struct in
C#) and .Size.Height and .Size.Width cannot be Set, just
GET is allowed. Unless you set Size to a new instance.
Why does MSDN say that it is a set property when its only
a get?
Am I incorrect in understanding this or are they?
Thanks