Class ContentContainer
Represents a content container with a header.
public class ContentContainer : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
- Inheritance
-
ContentContainer
- Implements
- Inherited Members
Fields
DescriptionProperty
Identifies the Description dependency property.
public static readonly DependencyProperty DescriptionProperty
Field Value
Properties
Description
Gets or sets the description (header).
public string Description { get; set; }