
I'd like to use your BrushEditBox control, but our design uses a separate control to choose between none, solid, gradient, and pattern. Is there a way to use your control with just the spectrum part, RGBA controls, and gradients?
I'd like to use your BrushEditBox control, but our design uses a separate control to choose between none, solid, gradient, and pattern. Is there a way to use your control with just the spectrum part, RGBA controls, and gradients?
Hello, you can create an implicit style for the BrushEditor control and set its AreEditModeButtonsVisible property to false. I believe that will accomplish what you want.
That will be great for when I configure a solid color brush. How can I show the BrushEditor control with the gradient controls without having the edit mode buttons visible? Thanks!
You can set the EditMode property to GradientBrush to show the gradient controls.
Please log in to a validated account to post comments.