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.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public static class ViewExtensions
Methods
SetEnable(ElmSharp.EvasObject, Boolean)
Declaration
public static void SetEnable(this ElmSharp.EvasObject view, bool enable)
Parameters
Type | Name | Description |
---|---|---|
ElmSharp.EvasObject | view | |
System.Boolean | enable |
UpdateBackgroundColor(ElmSharp.EvasObject, Color)
Declaration
public static void UpdateBackgroundColor(this ElmSharp.EvasObject view, Color color)
Parameters
Type | Name | Description |
---|---|---|
ElmSharp.EvasObject | view | |
Color | color |