VantagePoint WPF Controls v1.0 Class Library
CommonPasswordBoxBase class is the base class from which PasswordBox control is derived from.

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

Syntax

      
 C#  XAML 
[BrowsableAttribute(true)]
public abstract class CommonPasswordBoxBase : Control

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CommonPasswordBoxBase(String)
CommonPasswordBoxbase constructor
CornerRadius
Get or set the corner radius for the outside border of the passwordbox
CornerRadiusProperty
The corner radius for the outside border of the passwordbox
FocusBorderThickness
Get or set the thickness of the focus ring
FocusBorderThicknessProperty
The thickness of the focus ring
FocusBrush
Get or set the brush that appears on the outside of the passwordbox when hovering over the button
FocusBrushProperty
The brush that appears on the outside of the button when hovering over the passwordbox
hide_watermark()()()
InnerBorderBrush
Get or set the brush that appears on the inner border brush
InnerBorderBrushProperty
The brush that appears on the inner border
InnerBorderThickness
Get or set the thickness of the inner border brush
InnerBorderThicknessProperty
The thickness of the inner border brush
InnerCornerRadius
Get or set the corner radius for the inner border of the passwordbox
InnerCornerRadiusProperty
The corner radius for the inner border of the passwordbox
LoadControlTemplate(String)
Password
Get or set the password
PasswordChar
Get or set the password character
PasswordCharProperty
The password character of the passwordbox
PasswordProperty
The password
show_watermark()()()
WatermarkBrush
Get or set the WaterMark foregound color
WatermarkBrushProperty
The WaterMark brush style
WatermarkFontFamily
Get or set the WaterMark font family
WatermarkFontFamilyProperty
The WaterMark text font family
WatermarkFontSize
Get or set the WaterMark font size
WatermarkFontSizeProperty
The WaterMark font size
WatermarkFontStyle
Get or set the WaterMark font style
WatermarkFontStyleProperty
The WaterMark font style
WatermarkOpacity
Get or set the WaterMark Opacity
WatermarkOpacityProperty
The WaterMark Opacity
WatermarkText
Get or set the WaterMark text
WatermarkTextProperty
The WaterMark text

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

See Also