View Issue Details

IDProjectCategoryView StatusLast Update
0004585NoesisGUIStudiopublic2026-01-19 14:36
Reporterdstewart Assigned Todfranjic  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004585: ConicGradientBrush Shader Can't Have Gradient Stop Added To It
Description

Currently, although the ConicalGradientBrush can be added as a Shader; it cannot be customised due to the "Add GradientStop" button not working.


Repro Steps:

1) Create a new Studio Project containing a MainPage.xaml

2) Select the RootGrid, and in its Properties Panel, click on the 'Background' Property, which will open its Brush Picker.

3) From the Brush Picker, select the 'Image Brush' tab, and under the 'Shader' sub-Property, select 'ConiGradientBrush'.
This will open an expander under the SubProperty with a label of GradientStop (0 items).

4) Click on the '+' button directly to the right of the sub-Properties label to add a GradientStop.

Observe how no result occurs, and GradientStops can't be added to the Shader.

Expected Results: GradientStops can be added to the ConicGradientBrush Shader.

PlatformAny

Activities

dfranjic

dfranjic

2026-01-19 14:36

developer   ~0011704

This was fixed in one of the recent versions. Though, ConicGradientBrush doesn't listen to collection item changes & isn't frozen/sealed to trigger a full collection reapply in Studio on item addition.

Issue History

Date Modified Username Field Change
2025-11-28 15:18 dstewart New Issue
2025-12-01 17:30 jsantos Assigned To => sfernandez
2025-12-01 17:30 jsantos Status new => assigned
2025-12-01 17:30 jsantos Target Version => Studio_Beta
2026-01-19 14:36 dfranjic Assigned To sfernandez => dfranjic
2026-01-19 14:36 dfranjic Status assigned => resolved
2026-01-19 14:36 dfranjic Resolution open => fixed
2026-01-19 14:36 dfranjic Note Added: 0011704