View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001482 | NoesisGUI | Unreal | public | 2019-05-31 23:03 | 2019-06-04 10:32 |
| Reporter | Dreika | Assigned To | hcpizzi | ||
| Priority | normal | Severity | feature | ||
| Status | resolved | Resolution | no change required | ||
| Product Version | 2.2.2 | ||||
| Target Version | 2.2.3 | Fixed in Version | 2.2.2 | ||
| Summary | 0001482: <Rectangle Radius="10,5,10,5"/> not worck >_< | ||||
| Description | <Rectangle Radius="10,5,10,5"/> or <Rectangle Radius="10"/> or <Rectangle Radius="10,5"/> not worck >_< | ||||
| Attached Files | |||||
| Platform | Windows | ||||
|
Rectangle shape doesn't define a Radius property, as you can see in the screenshot you posted the properties are RadiusX and RadiusY. <Rectangle RadiusX="10" RadiusY="5" .../> |
|
|
This proposal innovations for different radii of each of the 4 corners. In the documentation, throw the implementation of such an element of the frame |
|
|
Maybe you want to use a Border element which defines the CornerRadius property that allows you to specify different radius for each corner: <Border Margin="10" BorderBrush="DarkGray" BorderThickness="1" CornerRadius="4,8,32,16"> https://2000thingswpf.files.wordpress.com/2011/11/437-002.png |
|
|
Thanks for the decision |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-05-31 23:03 | Dreika | New Issue | |
| 2019-05-31 23:03 | Dreika | Status | new => assigned |
| 2019-05-31 23:03 | Dreika | Assigned To | => hcpizzi |
| 2019-05-31 23:03 | Dreika | Tag Attached: UE4 | |
| 2019-05-31 23:03 | Dreika | File Added: noe.png | |
| 2019-06-02 12:07 | sfernandez | Status | assigned => feedback |
| 2019-06-02 12:07 | sfernandez | Note Added: 0005693 | |
| 2019-06-03 04:11 | Dreika | File Added: Redactor.jpg | |
| 2019-06-03 04:11 | Dreika | Note Added: 0005694 | |
| 2019-06-03 04:11 | Dreika | Status | feedback => assigned |
| 2019-06-03 04:15 | Dreika | Note Edited: 0005694 | |
| 2019-06-03 10:50 | sfernandez | Status | assigned => feedback |
| 2019-06-03 10:50 | sfernandez | Note Added: 0005695 | |
| 2019-06-03 21:36 | Dreika | Fixed in Version | => 2.2.2 |
| 2019-06-03 21:37 | Dreika | Note Added: 0005696 | |
| 2019-06-03 21:37 | Dreika | Status | feedback => assigned |
| 2019-06-04 10:32 | sfernandez | Status | assigned => resolved |
| 2019-06-04 10:32 | sfernandez | Resolution | open => no change required |
| 2019-06-04 10:32 | sfernandez | Target Version | => 2.2.3 |