Release 4.0.0-preview1-00301
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / StyleManager.cs
index 2e2d8d6..51d648d 100755 (executable)
@@ -1,18 +1,19 @@
-/** Copyright (c) 2017 Samsung Electronics Co., Ltd.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*
-*/
+/*
+ * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
@@ -22,11 +23,11 @@ namespace Tizen.NUI
     using Tizen.NUI.BaseComponents;
 
     /// <summary>
-    /// The StyleManager informs applications of the system theme change, and supports application theme change at runtime.<br>
-    /// Applies various styles to controls using the properties system.<br>
-    /// On theme change, it automatically updates all controls, then raises a event to inform the application.<br>
-    /// If the application wants to customize the theme, RequestThemeChange needs to be called.<br>
-    /// It provides the path to the application resource root folder, from there the filename can be specified along with any subfolders, for example, Images, Models, etc.<br>
+    /// The StyleManager informs applications of the system theme change, and supports application theme change at runtime.<br />
+    /// Applies various styles to controls using the properties system.<br />
+    /// On theme change, it automatically updates all controls, then raises a event to inform the application.<br />
+    /// If the application wants to customize the theme, RequestThemeChange needs to be called.<br />
+    /// It provides the path to the application resource root folder, from there the filename can be specified along with any subfolders, for example, Images, Models, etc.<br />
     /// </summary>
     public class StyleManager : BaseHandle
     {
@@ -107,7 +108,7 @@ namespace Tizen.NUI
 
             /// <summary>
             /// StyleChange - contains the style change information (default font changed or
-            /// default font size changed or theme has changed).<br>
+            /// default font size changed or theme has changed).<br />
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
             public StyleChangeType StyleChange
@@ -131,9 +132,9 @@ namespace Tizen.NUI
 
         /// <summary>
         /// An event for the StyleChanged signal which can be used to subscribe or unsubscribe the
-        /// event handler provided by the user.<br>
+        /// event handler provided by the user.<br />
         /// The StyleChanged signal is emitted after the style (for example, theme or font change) has changed
-        /// and the controls have been informed.<br>
+        /// and the controls have been informed.<br />
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<StyleChangedEventArgs> StyleChanged
@@ -174,8 +175,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Creates a StyleManager handle.<br>
-        /// This can be initialized with StyleManager::Get().<br>
+        /// Creates a StyleManager handle.<br />
+        /// This can be initialized with StyleManager::Get().<br />
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public StyleManager() : this(NDalicPINVOKE.new_StyleManager(), true)
@@ -196,11 +197,11 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Applies a new theme to the application.<br>
-        /// This will be merged on the top of the default Toolkit theme.<br>
+        /// Applies a new theme to the application.<br />
+        /// This will be merged on the top of the default Toolkit theme.<br />
         /// If the application theme file doesn't style all controls that the
         /// application uses, then the default Toolkit theme will be used
-        /// instead for those controls.<br>
+        /// instead for those controls.<br />
         /// </summary>
         /// <param name="themeFile">A relative path is specified for style theme.</param>
         /// <since_tizen> 3 </since_tizen>