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


C1.Silverlight Namespace > C1ListViewer 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 C1ListViewer
Dim value As System.Windows.CornerRadius
 
instance.CornerRadius = value
 
value = instance.CornerRadius
public System.Windows.CornerRadius CornerRadius {get; set;}
See Also

Reference

C1ListViewer Class
C1ListViewer Members