VantagePoint Manufacturing Controls Class Libary
MultiBladeFan is an enclosed eight-blade electrical fan featuring variable motor speed and indicator pulse.

Namespace: VantagePoint.Motors
Assembly:  VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)

Syntax

   
 C# 
public class MultiBladeFan : FanBase

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MultiBladeFan()()()
MultiBladeFan constructor
Background1
Get or set The background 1 brush
(Inherited from FanBase.)
BladeBrush
Get or set The Blade Brush is color of the fan blades
(Inherited from FanBase.)
BorderBrush1
Get or set the border brush 1
(Inherited from FanBase.)
Caption
Get or set the caption
(Inherited from FanBase.)
LoadControlTemplate(String) (Inherited from ControlBase.)
MotorSpeed
Get or set the motor speed
(Inherited from FanBase.)
StrokeThickness
Get or set the stroke thickness
(Inherited from FanBase.)

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..::.MultiBladeFan

See Also