Class Window.InsetsChangedEventArgs

    Definition

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

    InsetsChangedEventArgs

    public class Window.InsetsChangedEventArgs : EventArgs
    Inheritance
    object
    Window.InsetsChangedEventArgs

    Properties

    View Source

    Insets

    The extents value of window insets

    Declaration
    public Extents Insets { get; }
    Property Value
    Type Description
    Extents
    View Source

    PartState

    The state of insets part. e.g. Invisible or Visible

    Declaration
    public Window.InsetsPartState PartState { get; }
    Property Value
    Type Description
    Window.InsetsPartState
    View Source

    PartType

    The type of insets part. e.g. StatusBar, Keyboard, or Clipboard

    Declaration
    public Window.InsetsPartType PartType { get; }
    Property Value
    Type Description
    Window.InsetsPartType

    Extension Methods

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