VantagePoint Manufacturing Controls Class Libary
CommonLabelBase class is the base class from which Label control is derived from.

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

Syntax

   
 C# 
[DefaultPropertyAttribute("Content")]
public abstract class CommonLabelBase : Label

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CommonLabelBase(String)
CommonLabelbase constructor
CornerRadius
Get or set the corner radius for the outside border of the label
CornerRadiusProperty
The corner radius for the outside border of the label
InnerBorderBrush
Get or set the Border Brush for the inner border of the label
InnerBorderBrushProperty
The BorderBrush for the inner border of the label
InnerBorderThickness
Get or set the Border Thickness for the inner border of the label
InnerBorderThicknessProperty
The Border Thickness for the inner border of the label
InnerCornerRadius
Get or set the corner radius for the inner border of the label
InnerCornerRadiusProperty
The corner radius for the inner border of the label
LoadControlTemplate(String)

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
              System.Windows.Controls..::.ContentControl
                System.Windows.Controls..::.Label
                  VantagePoint.Common.BaseClasses..::.CommonLabelBase
                    VantagePoint.InputControls..::.Label

See Also