Skip to content

[Enhancement] BoxView handlers should use Paint #2365

@rmarinho

Description

@rmarinho

Summary

We added #2250 but we used Color instead of Paint for now, we should implement the handler using the Paint type so we can do gradients etc

API Changes

public interface IBoxView : IView
{
	Paint Fill { get; }
}

Intended Use Case

Allow to have a box with gradient paint or future kinds of Paint

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-drawingShapes, Borders, Shadows, Graphics, BoxView, custom drawingpartner/syncfusionIssues / PR's with Syncfusion collaborationt/enhancement ☀️New feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions