VantagePoint Manufacturing Controls Class Libary
Tank base class is the base class from which all tanks are derived.

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

Syntax

   
 C# 
[DefaultPropertyAttribute("Value")]
public class TankBase : ControlBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TankBase(String)
TankBase constructor
FluidBrush
Get or set the fluid brush
FluidBrushProperty
The brush that paints the fluid in the tank
GlareBrush
Get or set the glare brush property
GlareBrushProperty
The brush that paints the glare brush effect
LoadControlTemplate(String) (Inherited from ControlBase.)
Maximum
Get or set the maximum property
MaximumProperty
The property that sets the maximum value of the tank
Minimum
Get or set the minimum property
MinimumProperty
The property that sets the minimum value of the tank
StrokeThickness
Get or set the stroke thickness property
StrokeThicknessProperty
The thickness of the outer border
Value
Get or set the value property
ValueProperty
The property that displays the current value of the tank

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..::.TankBase
                  VantagePoint.Tanks..::.CylinderTank
                  VantagePoint.Tanks..::.VesselTank
                  VantagePoint.Tanks..::.MixingTank
                  VantagePoint.Tanks..::.FunnelTank
                  VantagePoint.Tanks..::.IndicatorTank
                  VantagePoint.Tanks..::.LadderTank
                  VantagePoint.Tanks..::.CutawayTank

See Also