VantagePoint WPF Controls v1.0 Class Library
Assembly: VantagePoint (in VantagePoint.dll)
Version: 1.0.0.0 (1.0.0.0)
CommonTextBoxBase class is the base class from which TextBox control is derived from.
Namespace:
VantagePoint.Common.BaseClassesAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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
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
VantagePoint.Common.BaseClasses Namespace