|
-
Jan 7th, 2004, 07:27 AM
#1
Thread Starter
Fanatic Member
Change the border width of a label?
Hello,
Is there is way to change the border width of a label? For example if the borderstyle is FixedSingle or Fixed3D, can the size of the effect be changed?
Thanks!
-
Jan 7th, 2004, 01:18 PM
#2
Hyperactive Member
For instance:
VB Code:
Label1.BorderStyle = BorderStyle.Fixed3D
Label1.Height = 50
Label1.Width = 300
Is that what you meant?
Last edited by BukHix; Jan 7th, 2004 at 01:24 PM.
-
Jan 7th, 2004, 01:32 PM
#3
Thread Starter
Fanatic Member
No
Thanks but no.
That sets the borderstyle to Fixed3D and then sets the width and height of the label.
If possible, I want to change the 3D effect........or........if the borderstyle is FixedSingle (with the line around the label) then I want to increase the size of that line. In other words, I want to increase the border size.
Thanks!
-
Jan 8th, 2004, 09:59 AM
#4
So why don't you make your own UserControl and use that instead of a Label?
This world is not my home. I'm just passing through.
-
Jan 8th, 2004, 10:09 PM
#5
Thread Starter
Fanatic Member
Thanks
I guess I will have to check into that, but I am already using the label for alot of other things.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|