Click or drag to resize

ButtonProperties Class

Provides attached properties for the Button control
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.ThemeButtonProperties

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 ButtonProperties

The ButtonProperties type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetImageKey
Gets the value of ImageKey
Public methodStatic memberGetText
Gets the value of Text
Public methodStatic memberSetImageKey
Sets the value of the ImageKey attached property
Public methodStatic memberSetText
Sets the value of the Text attached property
Top
Fields
  NameDescription
Public fieldStatic memberImageKeyProperty
Identifies the ImageKey dependency property
Public fieldStatic memberTextProperty
Identifies the Text dependency property
Top
Attached Properties
  NameDescription
Public attached propertyImageKey
Identifies the ImageKey dependency property
Public attached propertyText
Identifies the Text dependency property
Top
See Also