Class ViewStyleExtension

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

Extension methods for ViewStyle class.

C#
Copy
public static class ViewStyleExtension : object
Inheritance
ViewStyleExtension

Methods

View Source

Merge<TOut>(TOut, TOut)

Merge two styles into the new one.

Declaration
C#
Copy
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