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


C1.Silverlight Namespace > C1RadialPanel Class : ArcThicknessProperty Field
This attached property specifies the arc thickness which can be used in the element control template.
Syntax
'Declaration
 
Public Shared ReadOnly ArcThicknessProperty As System.Windows.DependencyProperty
'Usage
 
Dim value As System.Windows.DependencyProperty
 
value = C1RadialPanel.ArcThicknessProperty
public static readonly System.Windows.DependencyProperty ArcThicknessProperty
Remarks
If this property is set on the parent ItemsControl, C1RadialPanel will set it on individual items and honor it at counting ArcSegmentDefinition for individual items.
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members