Class ViewStyleExtension
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Extension methods for ViewStyle class.
public static class ViewStyleExtension
- Inheritance
-
objectViewStyleExtension
Methods
View SourceMerge<TOut>(TOut, TOut)
Merge two styles into the new one.
Declaration
public static TOut Merge<TOut>(this TOut value, TOut other) where TOut : ViewStyle
Parameters
| Type | Name | Description |
|---|---|---|
| TOut | value | |
| TOut | other |
Returns
| Type | Description |
|---|---|
| TOut |
Type Parameters
| Name | Description |
|---|---|
| TOut |