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


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

Reference

C1ProgressBar Class
C1ProgressBar Members