Enum WindowBlurType

    Definition

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

    Enumeration of window blur type.

    public enum WindowBlurType

    Fields

    Name Description
    Background

    background blur for the window. It has a blur effect ot th background area of the window, making it appear blurred.

    Behind

    behind blur for the window. It has a blur effect ot th beind area of except the window background.

    None

    None type.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<WindowBlurType>(WindowBlurType, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<WindowBlurType>(WindowBlurType, string)
    EXamlExtensions.LoadFromEXamlPath<WindowBlurType>(WindowBlurType, string)
    EXamlExtensions.LoadFromEXamlPath<WindowBlurType>(WindowBlurType, Type)
    Extensions.LoadFromXaml<WindowBlurType>(WindowBlurType, string)
    Extensions.LoadFromXaml<WindowBlurType>(WindowBlurType, Type)
    Extensions.LoadFromXamlFile<WindowBlurType>(WindowBlurType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX