Label background

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Newman

    #1

    Label background

    vb.net 2005

    is it possible to set a label's background color to transparant.

    I have several labels on a form , the form colour is set in a class and is
    a gradiant colour. Im trying to set the label background to 'transparant'

    thanks in advance
  • Marina Levit [MVP]

    #2
    Re: Label background

    Yes, you can. Be warned, it probably won't do what you think. The label
    will only be transparent with respect to its parent control (its container).
    Not with respect to other controls that might physically be underneath it
    just because of the z-order.

    "Peter Newman" <PeterNewman@di scussions.micro soft.comwrote in message
    news:E614C93C-B301-4578-9751-8AE65DFBC0B7@mi crosoft.com...
    vb.net 2005
    >
    is it possible to set a label's background color to transparant.
    >
    I have several labels on a form , the form colour is set in a class and is
    a gradiant colour. Im trying to set the label background to 'transparant'
    >
    thanks in advance

    Comment

    Working...