VantagePoint Manufacturing Controls Class Libary
PlateControl is a control that gives the developer the ability to add one or more controls to a plate background giving the effect of having a plated control.

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

Syntax

   
 C# 
public class PlateControl : HeaderedContentControl

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PlateControl()()()
PlateControl constructor
ContentAlignment
Get or set the content alignment
ContentAlignmentProperty
The text alignment (center, left, right) of the header's text
CornerRadius
Get or set the corner radius
CornerRadiusProperty
The corner radius of of the outer border
GlareBrush
Get or set the glare brush
GlareBrushProperty
The brush that paints the glare brush
GlareOpacityMask
Get or set the glare brush opacity mask
GlareOpacityMaskProperty
The brush that paints the glare brush's opacity mask
HeaderBackground
Get or set the header's background
HeaderBackgroundProperty
The brush that paints the background color of the header
HeaderFontFamily
Get or set the header's font family
HeaderFontFamilyProperty
The font family of the header's text
HeaderFontSize
Get or set the header's font size
HeaderFontSizeProperty
The font size of the header's text
HeaderFontStretch
Get or set the header's font stretch
HeaderFontStretchProperty
The font stretch of the header's text
HeaderFontStyle
Get or set the header's font style
HeaderFontStyleProperty
The font style of the header's text ///
HeaderFontWeight
Get or set the header's font weight
HeaderFontWeightProperty
The font weight of the header
HeaderForeground
Get or set the header's foreground
HeaderForegroundProperty
The brush that paints the foreground color of the header's text
HeaderHorizontalContentAlignment
Get or set the header's horizontal content alignment
HeaderHorizontalContentAlignmentProperty
The horizontal content alignment of the header's text
HeaderVerticalContentAlignment
Get or set the header's vertical content alignment
HeaderVerticalContentAlignmentProperty
The vertical content alignment of the header's text
InnerBorderBrush
Get or set the inner border brush
InnerBorderBrushProperty
The brush that paints the stroke of the inner border
InnerBorderThickness
Get or set the inner border thickness
InnerBorderThicknessProperty
The thickness of the inner border
InnerCornerRadius
Get or set the inner corner radius
InnerCornerRadiusProperty
The corner radius of the inner border
LoadControlTemplate(String)
Sets the Template and Style

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..::.HeaderedContentControl
                  VantagePoint.MiscControls..::.PlateControl

See Also