syncfusion-wpf-circular-progressbar — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited syncfusion-wpf-circular-progressbar (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when:
Assembly: Syncfusion.SfProgressBar.WPF Namespace: Syncfusion.UI.Xaml.ProgressBar XAML Schema: http://schemas.syncfusion.com/wpf Key Class: SfCircularProgressBar
<Window
xmlns:Syncfusion="http://schemas.syncfusion.com/wpf">
<Grid>
<!-- Determinate: shows 70% progress -->
<Syncfusion:SfCircularProgressBar
Progress="70"
ShowProgressValue="True"
Width="150" Height="150" />
</Grid>
</Window>using Syncfusion.UI.Xaml.ProgressBar;
SfCircularProgressBar circular = new SfCircularProgressBar();
circular.Progress = 70;
circular.ShowProgressValue = true;
circular.Width = 150;
grid.Children.Add(circular);📄 Read: references/getting-started.md
Syncfusion.SfProgressBar.WPF)Progress property📄 Read: references/states.md
ShowProgressValueIsIndeterminate="True") for unknown progressSecondaryProgress, SecondaryProgressColor)📄 Read: references/appearance.md
StartAngle / EndAngleIndicatorOuterRadius, IndicatorInnerRadius, TrackOuterRadius, TrackInnerRadiusProgressColor, TrackColorRangeColor with Start, End, ColorRangeColor.IsGradientIndicatorCornerRadiusAnimationDuration, AnimationEasing📄 Read: references/segments-and-custom-content.md
SegmentCount to split ring into discrete stepsProgressContent for center UI (text, buttons, images)Progress valueDispatcherTimer pattern| Property | Type | Default | Purpose |
|---|---|---|---|
Progress | double | 0 | Current progress value (0–100) |
ShowProgressValue | bool | false | Display numeric % in center |
IsIndeterminate | bool | false | Indeterminate spinning animation |
SecondaryProgress | double | 0 | Buffer/secondary progress value |
StartAngle | double | -90 | Arc start angle in degrees |
EndAngle | double | 270 | Arc end angle in degrees |
SegmentCount | int | 0 | Number of segments (0 = none) |
ProgressColor | Brush | theme | Color of the progress arc |
TrackColor | Brush | theme | Color of the track arc |
IndicatorCornerRadius | double | 0 | Rounded ends on the progress arc |
AnimationDuration | TimeSpan | 3000ms | Indeterminate animation cycle time |
ProgressContent | object | null | Custom center content |
ShowProgressValue="True"IsIndeterminate="True")ProgressContent with play/pause buttonSegmentCount matching total stepsRangeColors mapping green/yellow/red zonesStartAngle="180" EndAngle="360"~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.