ComponentOne Basic Library for WPF and Silverlight
ArcRelativeRadiusProperty Field (C1RadialPanel)


C1.Silverlight Namespace > C1RadialPanel Class : ArcRelativeRadiusProperty Field
This attached property specifies the relative radius which should be used to count the ArcSegmentDefinition attached property for the specified element. The default value is 1.0.
Syntax
'Declaration
 
Public Shared ReadOnly ArcRelativeRadiusProperty As System.Windows.DependencyProperty
'Usage
 
Dim value As System.Windows.DependencyProperty
 
value = C1RadialPanel.ArcRelativeRadiusProperty
public static readonly System.Windows.DependencyProperty ArcRelativeRadiusProperty
Remarks
The actual arc radius will be counted as C1RadialPanel radius multiplied by ArcRelativeRadius property value. If this property is set on the parent ItemsControl, C1RadialPanel will honor it at counting ArcSegmentDefinition for individual items.
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members