From c1a9a9ca063bfbfc31a88470bed36f505e02ed82 Mon Sep 17 00:00:00 2001 From: Piotr Gorny Date: Wed, 14 Jul 2021 14:31:15 +0200 Subject: [PATCH] NUI View guide (.NET) - TizenFX links fixed. Signed-off-by: Piotr Gorny --- docs/application/dotnet/guides/nui/view.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/application/dotnet/guides/nui/view.md b/docs/application/dotnet/guides/nui/view.md index 1b4c13a621..4a72f4bcaa 100755 --- a/docs/application/dotnet/guides/nui/view.md +++ b/docs/application/dotnet/guides/nui/view.md @@ -1,7 +1,7 @@ # View -[View](../../../api/TizenFX/latest/api/Tizen.NUI.BaseComponents.View.html) is the fundamental concept for all the UI components such as `Button`, `Image`, `Text`, and so on. -`View` provides [Properties](../../../api/TizenFX/latest/api/Tizen.NUI.BaseComponents.View.html#properties), [Methods](/application/dotnet/api/TizenFX/latest/api/Tizen.NUI.BaseComponents.View.html#methods), and [Events](/application/dotnet/api/TizenFX/latest/api/Tizen.NUI.BaseComponents.View.html#events) that are commonly used on every components. To render `View`, you must add it on [Window](/application/dotnet/api/TizenFX/latest/api/Tizen.NUI.Window.html) as a child. +[View](/application/dotnet/api/TizenFX/latest/api/Tizen.NUI.BaseComponents.View.html) is the fundamental concept for all the UI components such as `Button`, `Image`, `Text`, and so on. +`View` provides [Properties](/application/dotnet/api/TizenFX/latest/api/Tizen.NUI.BaseComponents.View.html#properties), [Methods](/application/dotnet/api/TizenFX/latest/api/Tizen.NUI.BaseComponents.View.html#methods), and [Events](/application/dotnet/api/TizenFX/latest/api/Tizen.NUI.BaseComponents.View.html#events) that are commonly used on every components. To render `View`, you must add it on [Window](/application/dotnet/api/TizenFX/latest/api/Tizen.NUI.Window.html) as a child.