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


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

Reference

C1FilePicker Class
C1FilePicker Members