VantagePoint Manufacturing Controls Class Libary
Fan base class is the base class from which all fans 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 FanBase : ControlBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
FanBase(String)
FanBase constructor
Background1
Get or set The background 1 brush
Background1Property
The brush that paints the fan grill
BladeBrush
Get or set The Blade Brush is color of the fan blades
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
CaptionProperty
The object that can be placed on the motor
LoadControlTemplate(String) (Inherited from ControlBase.)
MotorSpeed
Get or set the motor speed
MotorSpeedProperty
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..::.FanBase
                  VantagePoint.Motors..::.SimpleFan
                  VantagePoint.Motors..::.WindGenerator
                  VantagePoint.Motors..::.MultiBladeFan
                  VantagePoint.Motors..::.CentrifugalPump

See Also