VantagePoint Manufacturing Controls Class Libary
RotaryComponent base class is the base class from which all rotary components are derived.

Namespace: VantagePoint.Common.BaseClasses
Assembly:  VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)

Syntax

   
 C# 
[DefaultPropertyAttribute("RotationSpeed")]
public class RotaryComponentBase : ControlBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RotaryComponentBase(String)
RotaryComponentBase constructor
Background1
Get or set the background 1
Background1Property
The brush property for the fan grill
BladeBrush
Get or set the blade brush
BladeBrushProperty
The brush that paints the color of the blades
BorderBrush1
Get or set the border brush 1
BorderBrush1Property
The brush that paints the inner border
Caption
Get or set the caption of the control
CaptionProperty
The object that can be placed on the motor
LoadControlTemplate(String) (Inherited from ControlBase.)
RotationSpeed
Get or set the rotation speed
RotationSpeedProperty
The relative speed of the motor expressed as a double
StrokeThickness
Get or set the stroke thickness
StrokeThicknessProperty
The thickness of the minor stroke 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..::.RotaryComponentBase
                  VantagePoint.RotaryComponents..::.Sprocket
                  VantagePoint.RotaryComponents..::.Tire
                  VantagePoint.RotaryComponents..::.Gear
                  VantagePoint.RotaryComponents..::.SmallFlyWheel
                  VantagePoint.RotaryComponents..::.PaddleWheel
                  VantagePoint.RotaryComponents..::.MetalFlyWheel

See Also