VantagePoint Manufacturing Controls Class Libary
Pipe base class is the base class from which all pipes are derived.

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

Syntax

   
 C# 
public class PipeBase : ControlBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PipeBase(String)
PipeBase constructor
Background1
Get or set the background 1 brush
Background1Property
The brush that paints the pipe end sections
Caption
Get or set the caption value
CaptionProperty
The object inside the control
LoadControlTemplate(String) (Inherited from ControlBase.)
StrokeThickness
Get or set the stroke thickness value
StrokeThicknessProperty
The thickness of the outside border of the pipe

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..::.PipeBase
                  VantagePoint.Pipes..::.UniversalPipeConnector
                  VantagePoint.Pipes..::.ConnectorPipe
                  VantagePoint.Pipes..::.StandardElbowPipe
                  VantagePoint.Pipes..::.FittedPipe
                  VantagePoint.Pipes..::.FittedElbowPipe
                  VantagePoint.Pipes..::.StandardPipe

See Also