Search Results for

    Show / Hide Table of Contents

    Class Settings

    General application settings

    Inheritance
    System.Object
    Settings
    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.EPLDesigner
    Assembly: Simplic EPL Designer.dll
    Syntax
    public class Settings

    Properties

    | Improve this Doc View Source

    DefaultLabelHeight

    Default label height

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

    DefaultLabelWidth

    Default label width

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

    PrinterHeaderWidth

    Printer header width

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

    RecentFiles

    List of recent files

    Declaration
    public IList<string> RecentFiles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx