Glossary Item Box

LabDevTools Send comments on this topic.

Border

Gets or it sets the condition of visualization of the border of the control.

[Visual Basic]
Public Property Border As Boolean
 
[C#]
public bool Border
Observations:

Of default it is set up on True to visualize the border of the control.

 
LabDevTools.HSwitch.Border = False
LabDevTools.HSwitch.SwitchColorProperties.BorderColor = Color.Transparent

See also:

BackgroundTransparent | KeyInput | Key | Language SwitchColorPropertiesTextProperties | Value

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.