Class ViewStyleExtension

    Definition

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

    Extension methods for ViewStyle class.

    public static class ViewStyleExtension
    Inheritance
    object
    ViewStyleExtension

    Methods

    View Source

    Merge<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
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX