Enum GradientVisualSpreadMethodType

    Definition

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

    This specifies SpreadMethod types.
    SpreadMethod defines what happens if the gradient starts or ends inside the bounds of the target rectangle.

    public enum GradientVisualSpreadMethodType

    Fields

    Name Description
    Pad

    Uses the terminal colors of the gradient to fill the remainder of the quad.

    Reflect

    Reflects the gradient pattern start-to-end, end-to-start, start-to-end, etc. until the quad is filled.

    Repeat

    Repeats the gradient pattern start-to-end, start-to-end, start-to-end, etc. until the quad is filled.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX