syncfusion-wpf-integer-textbox — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited syncfusion-wpf-integer-textbox (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.
Syncfusion WPF IntegerTextBox restricts input to integer (Int64) values with validation, formatting, and customization.
Assembly: Syncfusion.Shared.WPF Namespace: Syncfusion.Windows.Shared
| File | Topics |
|---|---|
| getting-started.md | Installation, XAML/C# setup, MVVM binding |
| value-management.md | Value property, paste modes, spin buttons, null/watermark |
| validation-restrictions.md | Min/Max, validation modes, exceed behavior, read-only |
| formatting-culture.md | Culture, NumberFormat, group separator/sizes |
| appearance-customization.md | Colors, alignment, selection, corner radius |
| step-interval-scrolling.md | ScrollInterval, arrow keys, mouse wheel, drag, focus selection |
| range-adorner.md | EnableRangeAdorner, RangeAdornerBackground |
| Property | Type | Default | Description |
|---|---|---|---|
| Value | long? | 0 | Current integer value of the control |
| MinValue | int | int.MinValue | Minimum allowed value |
| MaxValue | int | int.MaxValue | Maximum allowed value |
| ScrollInterval | int | 1 | Increment/decrement step value |
| ShowSpinButton | bool | false | Show up/down spinner buttons |
| EnableRangeAdorner | bool | false | Show progress bar-like visual |
| GroupSeperatorEnabled | bool | false | Enable number group separators |
| NumberGroupSeparator | string | Culture-based | Custom group separator character |
| Culture | CultureInfo | CurrentCulture | Culture for number formatting |
| UseNullOption | bool | false | Allow null values |
| NullValue | int? | null | Value to display when null |
| WatermarkText | string | string.Empty | Placeholder text when empty |
| PositiveForeground | Brush | Black | Foreground for positive values |
| NegativeForeground | Brush | Red | Foreground for negative values |
| ZeroColor | Brush | Green | Foreground for zero value |
| IsReadOnly | bool | false | Prevent user input |
| TextAlignment | TextAlignment | Left | Horizontal text alignment |
| CornerRadius | CornerRadius | 1 | Border corner rounding |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.