ComponentOne Basic Library for WPF and Silverlight
BorderThickness Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : BorderThickness Property
Syntax
'Declaration
 
Public Property BorderThickness As System.Windows.Thickness
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Windows.Thickness
 
instance.BorderThickness = value
 
value = instance.BorderThickness
public System.Windows.Thickness BorderThickness {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members