VantagePoint Manufacturing Controls Class Libary
WindGenerator is wind turbine featuring variable motor speeds.

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

Syntax

   
 C# 
public class WindGenerator : FanBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
WindGenerator()()()
WindGenerator 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.)
BorderBrush2
Get or set the border brush 2
BorderBrush2Property
The brush that paints the fan blade's border
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.)
StrokeThickness1
Get or set the stroke thickness 1
StrokeThickness1Property
The thickness of the fan blades 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..::.WindGenerator

See Also