C
Christian
Hi,
the following produces a compiler error :
label1.Font.Size = 10
==> ERRORroperty or indexer 'System.Drawing.Font.Size' cannot be
assigned to -- it is read only
OK, but why has it been designed as read-only. As are all properties of the
Font-class by the way (???)
Is there no way I can set the individual properties of a Font-object ?
thnx
Chris
the following produces a compiler error :
label1.Font.Size = 10
==> ERRORroperty or indexer 'System.Drawing.Font.Size' cannot be
assigned to -- it is read only
OK, but why has it been designed as read-only. As are all properties of the
Font-class by the way (???)
Is there no way I can set the individual properties of a Font-object ?
thnx
Chris