VantagePoint WPF Controls v1.0 Class Library
CommonTextBoxBase class is the base class from which TextBox 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)]
[DefaultPropertyAttribute("Text")]
public abstract class CommonTextBoxBase : TextBox

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CommonTextBoxBase(String)
CommonTextBoxBase constructor
CornerRadius
Get or set the corner radius for the outside border of the textbox
CornerRadiusProperty
The corner radius for the outside border of the textbox
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 textbox when hovering over the button
FocusBrushProperty
The brush that appears on the outside of the button when hovering over the textbox
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 textbox
InnerCornerRadiusProperty
The corner radius for the inner border of the textbox
LoadControlTemplate(String)
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
              System.Windows.Controls.Primitives..::.TextBoxBase
                System.Windows.Controls..::.TextBox
                  VantagePoint.Common.BaseClasses..::.CommonTextBoxBase
                    VantagePoint.InputControls..::.TextBox

See Also