Click or drag to resize

TextBoxProperties Class

Provides attached properties for the TextBox control
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.ThemeTextBoxProperties

Namespace:  Cauldron.XAML.Theme
Assembly:  Cauldron.XAML.Theme (in Cauldron.XAML.Theme.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public static class TextBoxProperties

The TextBoxProperties type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAlternativeText
Gets the value of AlternativeText
Public methodStatic memberGetButtonsTemplate
Gets the value of ButtonsTemplate
Public methodStatic memberGetHeader
Gets the value of Header
Public methodStatic memberSetAlternativeText
Sets the value of the AlternativeText attached property
Public methodStatic memberSetButtonsTemplate
Sets the value of the ButtonsTemplate attached property
Public methodStatic memberSetHeader
Sets the value of the Header attached property
Top
Fields
  NameDescription
Public fieldStatic memberAlternativeTextProperty
Identifies the AlternativeText dependency property
Public fieldStatic memberButtonsTemplateProperty
Identifies the ButtonsTemplate dependency property
Public fieldStatic memberHeaderProperty
Identifies the Header dependency property
Top
Attached Properties
  NameDescription
Public attached propertyAlternativeText
Identifies the AlternativeText dependency property
Public attached propertyButtonsTemplate
Identifies the ButtonsTemplate dependency property
Public attached propertyHeader
Identifies the Header dependency property
Top
See Also