VantagePoint Manufacturing Controls Class Libary
Label is a control that displays text

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

Syntax

   
 C# 
[BrowsableAttribute(true)]
public class Label : CommonLabelBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Label()()()
GenericButton constructor
CornerRadius
Get or set the corner radius for the outside border of the label
(Inherited from CommonLabelBase.)
GlareBrush
Get or set the glare brush.
GlareBrushProperty
The Brush that gives a glare effect to the control.
InnerBorderBrush
Get or set the Border Brush for the inner border of the label
(Inherited from CommonLabelBase.)
InnerBorderThickness
Get or set the Border Thickness for the inner border of the label
(Inherited from CommonLabelBase.)
InnerCornerRadius
Get or set the corner radius for the inner border of the label
(Inherited from CommonLabelBase.)
LoadControlTemplate(String) (Inherited from CommonLabelBase.)

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
                      VantagePoint.InputControls..::.IndicatorLabel

See Also