View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001380 | NoesisGUI | Unity | public | 2018-12-22 04:30 | 2019-04-18 17:16 |
| Reporter | elecman | Assigned To | sfernandez | ||
| Priority | normal | Severity | feature | ||
| Status | resolved | Resolution | no change required | ||
| Product Version | 2.1.0f1 | ||||
| Summary | 0001380: Request support to read Canvas.Top and Canvas.Left form a text block | ||||
| Description | A text block can have a Canvas.Left and Canvas.Top property like this: <TextBlock Name="speed_C" Text="300" FontFamily="#AirbusMCDUa" FontSize="10.8030383017496" Foreground="White" Canvas.Left="4.21134486413502" Canvas.Top="133.007815201125"/> Currently the API does not allow reading these properties in a TextBlock | ||||
| Steps To Reproduce | -Create a TextBlock with a Canvas.Top and Canvas.Left property. -In Unity, use try to get access to these properties in code. This is not possible. | ||||
| Platform | Any | ||||
|
Hi, Canvas.Left and Canvas.Top are attached properties, defined in the Canvas panel class.
|
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-12-22 04:30 | elecman | New Issue | |
| 2018-12-22 04:30 | elecman | Tag Attached: Unity | |
| 2018-12-24 10:37 | sfernandez | Assigned To | => sfernandez |
| 2018-12-24 10:37 | sfernandez | Status | new => feedback |
| 2018-12-24 10:37 | sfernandez | Note Added: 0005376 | |
| 2018-12-24 10:38 | sfernandez | Note Edited: 0005376 | |
| 2019-04-18 17:16 | sfernandez | Status | feedback => resolved |
| 2019-04-18 17:16 | sfernandez | Resolution | open => no change required |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |