Krypton-Suite / Standard-Toolkit

An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET 8 - 9
BSD 3-Clause "New" or "Revised" License
417 stars 63 forks source link

[Feature Request]: Individual rounded corners #797

Open PWagner1 opened 2 years ago

PWagner1 commented 2 years ago

From @MattH-Work via Discord

Is it possible to control border round on specific corners, not just on edges top-bottom-left-right I would like to round (with a value of 5) Top-Left, Top-Right & Bottom-Left corners, but keep Bottom-Right with a rounding of 0 (or combinations of)

MattH-Work commented 2 years ago

Looking for this image

Smurf-IV commented 2 years ago

Will need to have something similar (with different word / nomenclature) to the border drawing designer control: image

It will also need to apply for all controls () and all styles (again)

Which means the use of the Rounded Rect Path code will have to change ! (i.e. use it -> Modify it -> pass in current designer style overrides)