tamabrown.blogg.se

How to change border color
How to change border color





These properties are in effect normally, when the user is not interacting with the control.īorderColor – The color of a control's border.

how to change border color

For example, Label.PressedColor may be set to the formula Label1.Color, automatically cascading a change from one property to another. RGBA function: Specify the red, green, and blue components of a color from 0 to 255, and specify an alpha channel from 0% (fully transparent) to 100% (fully opaque), as in this example:Ĭolor properties can also reference other color properties. Configure the style of a control based on how the user interacts with it.Ĭolor enumeration: Specify color names from cascading style sheets, as in these examples:ĬolorValue function: Specify text strings such as color names from cascading style sheets and hex-code notation ( #), as in these examples:ĬolorFade function: Specify how faded a color is, from fully black (-100%) to fully white (100%), as in this example:







How to change border color