Class ExecutionDisplay
Inheritance
System.Object
ExecutionDisplay
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ExecutionDisplay : UserControl, IAdornerWindowContent, IComponentConnector
Constructors
ExecutionDisplay()
Declaration
public ExecutionDisplay()
ExecutionDisplay(ExecutionDisplayViewModel)
Declaration
public ExecutionDisplay(ExecutionDisplayViewModel view)
Parameters
ExecutionDisplayViewModel
view
|
Properties
IsStopped
Declaration
public bool IsStopped { get; set; }
Property Value
System.Boolean
|
Location
Declaration
public Point Location { get; }
Property Value
System.Drawing.Point
|
Implements
Size
Declaration
public Size Size { get; }
Property Value
System.Drawing.Size
|
Implements
Thumb
Declaration
public Thumb Thumb { get; }
Property Value
System.Windows.Controls.Primitives.Thumb
|
Implements
Transform
Declaration
public Transform Transform { get; set; }
Property Value
System.Windows.Media.Transform
|
Implements
Methods
InitializeComponent()
Declaration
public void InitializeComponent()