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


C1.Silverlight Namespace > C1ComboBox Class : CornerRadius Property
Gets or sets a value that represents the degree to which the corners of the element are rounded.
Syntax
'Declaration
 
Public Property CornerRadius As System.Windows.CornerRadius
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Windows.CornerRadius
 
instance.CornerRadius = value
 
value = instance.CornerRadius
public System.Windows.CornerRadius CornerRadius {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members