Search Results for

    Show / Hide Table of Contents

    Class SimpleWindowLayoutConfiguration

    Inheritance
    System.Object
    SimpleWindowLayoutConfiguration
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class SimpleWindowLayoutConfiguration

    Properties

    | Improve this Doc View Source

    HasNoOwner

    Declaration
    public bool HasNoOwner { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Left

    Declaration
    public double Left { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Screen

    Declaration
    public int Screen { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Top

    Declaration
    public double Top { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    WindowState

    Declaration
    public WindowState WindowState { get; set; }
    Property Value
    Type Description
    System.Windows.WindowState
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx