Class ManualStepWindowSettings
Inheritance
System.Object
ManualStepWindowSettings
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: ArtOfTest.WebAii.Design
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ManualStepWindowSettings
Constructors
ManualStepWindowSettings()
Declaration
public ManualStepWindowSettings()
Properties
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
IsMaximized
Declaration
public bool IsMaximized { get; set; }
Property Value
System.Boolean
|
Left
Declaration
public int Left { get; set; }
Property Value
System.Int32
|
Top
Declaration
public int Top { get; set; }
Property Value
System.Int32
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|
Methods
Load()
Declaration
public bool Load()
Returns
System.Boolean
|
Save()
Declaration
public void Save()