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 SourceDefaultLabelHeight
Default label height
Declaration
public double DefaultLabelHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DefaultLabelWidth
Default label width
Declaration
public double DefaultLabelWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PrinterHeaderWidth
Printer header width
Declaration
public double PrinterHeaderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RecentFiles
List of recent files
Declaration
public IList<string> RecentFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |