syncfusion-wpf-linear-progressbar — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited syncfusion-wpf-linear-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: SfLinearProgressBar
<Window xmlns:Syncfusion="http://schemas.syncfusion.com/wpf">
<Grid x:Name="grid">
<Syncfusion:SfLinearProgressBar
Progress="70"
Width="500"
Height="20" />
</Grid>
</Window>using Syncfusion.UI.Xaml.ProgressBar;
SfLinearProgressBar linear = new SfLinearProgressBar();
linear.Progress = 70;
linear.Width = 500;
linear.Height = 20;
grid.Children.Add(linear);📄 Read: references/getting-started.md
Syncfusion.SfProgressBar.WPF)Progress property📄 Read: references/states.md
IsIndeterminate="True") for unknown durationSecondaryProgress, SecondaryProgressColor)📄 Read: references/appearance-and-segments.md
IndicatorCornerRadius — rounded endsIndicatorPadding — gap between track and progress barProgressColor / TrackColor — solid color customizationRangeColors: RangeColor with Start, End, ColorRangeColor.IsGradientAnimationDuration / AnimationEasing (indeterminate only)SegmentCount — split bar into sections| Property | Type | Default | Purpose |
|---|---|---|---|
Progress | double | 0 | Current progress value (0–100) |
IsIndeterminate | bool | false | Indeterminate bouncing animation |
SecondaryProgress | double | 0 | Buffer/secondary progress value |
SecondaryProgressColor | Brush | theme | Color of the buffer bar |
ProgressColor | Brush | theme | Color of the progress bar |
TrackColor | Brush | theme | Color of the background track |
IndicatorCornerRadius | double | 0 | Rounded ends on progress bar |
IndicatorPadding | Thickness | 0 | Gap between track and indicator |
SegmentCount | int | 0 | Number of segments (0 = none) |
AnimationDuration | TimeSpan | 3000ms | Indeterminate animation cycle time |
Progress bound to download percentageIsIndeterminate="True")SecondaryProgress ahead of ProgressSegmentCount matching total stepsRangeColors mapping green/yellow/red zonesIndicatorCornerRadius="10" for rounded bar~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.