VantagePoint Manufacturing Controls Class Libary
Assembly: VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)
Motor base class is the base class from which all motors are derived.
Namespace: VantagePoint.Common.BaseClasses
Assembly: VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
[DefaultPropertyAttribute("MotorSpeed")] public class MotorBase : ControlBase
Members
| All Members | Constructors | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| MotorBase(String) |
MotorBase constructor
| |
| Background1 |
Get or set the minor background brush
| |
| Background1Property |
The brush that paints the rotor and/or parts on end cap
| |
| Caption |
Get or set the control caption
| |
| CaptionProperty |
The object that can be placed on the motor
| |
| IndicatorBrush |
Get or set the indicators brush
| |
| IndicatorBrushProperty |
The brush that paints the color of the simulated rotating element
| |
| LoadControlTemplate(String) | (Inherited from ControlBase.) | |
| MotorSpeed |
Get or set the motor speed
| |
| MotorSpeedProperty |
The relative speed of the motor expressed as a double
|
Inheritance Hierarchy
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
VantagePoint.Common.BaseClasses..::.ControlBase
VantagePoint.Common.BaseClasses..::.MotorBase
VantagePoint.Motors..::.SquareMotor
VantagePoint.Motors..::.HelicalMotor
VantagePoint.Motors..::.HeavyMotor
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
VantagePoint.Common.BaseClasses..::.ControlBase
VantagePoint.Common.BaseClasses..::.MotorBase
VantagePoint.Motors..::.SquareMotor
VantagePoint.Motors..::.HelicalMotor
VantagePoint.Motors..::.HeavyMotor
See Also
VantagePoint.Common.BaseClasses Namespace