Class ViewExtensions
Inheritance
System.Object
ViewExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.UIExtensions.NUI
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public static class ViewExtensions
Methods
SetEnable(NUI.BaseComponents.View, Boolean)
Declaration
public static void SetEnable(this NUI.BaseComponents.View view, bool enable)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.BaseComponents.View | view | |
System.Boolean | enable |
UpdateBackgroundColor(NUI.BaseComponents.View, Color)
Declaration
public static void UpdateBackgroundColor(this NUI.BaseComponents.View view, Color color)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.BaseComponents.View | view | |
Color | color |