[NUI] CanvasView:: Add ViewBox Property (#3361)
authorJunsuChoi <jsuya.choi@samsung.com>
Tue, 3 Aug 2021 08:10:00 +0000 (17:10 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 6 Aug 2021 04:49:25 +0000 (13:49 +0900)
commit5e42efc46aea0d4817d5ce3f6fc2eea3e2a5c34f
tree5fa0cd38a0781efbd2e8e7f858cb905e70c7e459
parent1d10eb3d13c2977a6eafec3498ec47901b605d4c
[NUI] CanvasView:: Add ViewBox Property (#3361)

* [NUI] CanvasView:: Add ViewBox Property

Add a property that can change the viewbox value of CanvasView.
If the viewbox is smaller than the view size, the canvas will appear larger.
Conversely, if the viewbox is large, the canvas will look small.

* [NUI] CanvasView: Change viewBox property to method

we currently recommend NOT to use class type as a property.
src/Tizen.NUI/src/internal/Interop/Interop.CanvasView.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/CanvasView.cs