Click or drag to resize

ContentControlProperties Class

Provides attached properties for the ContentControl control
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.ThemeContentControlProperties

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 ContentControlProperties

The ContentControlProperties type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetHeader
Gets the value of Header
Public methodStatic memberSetHeader
Sets the value of the Header attached property
Top
Fields
  NameDescription
Public fieldStatic memberHeaderProperty
Identifies the Header dependency property
Top
Attached Properties
  NameDescription
Public attached propertyHeader
Identifies the Header dependency property
Top
See Also