Click or drag to resize

TextBoxWithHint Class

Interaction logic for TextBoxWithHint.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  Demo3D.Gui.ControlsTextBoxWithHint

Namespace: Demo3D.Gui.Controls
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
public class TextBoxWithHint : UserControl, 
	IComponentConnector

The TextBoxWithHint type exposes the following members.

Constructors
 NameDescription
Public methodTextBoxWithHintInitializes a new instance of the TextBoxWithHint class
Top
Properties
 NameDescription
Public propertyBorderThickness 
Public propertyHintText 
Public propertyText 
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Top
Fields
See Also