ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialPanel Class / ArcThicknessProperty Field

In This Topic
    ArcThicknessProperty Field
    In This Topic
    This attached property specifies the arc thickness which can be used in the element control template.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ArcThicknessProperty As Windows.UI.Xaml.DependencyProperty
    public static readonly Windows.UI.Xaml.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