Class ContentControl
Implements base class for any control with content
Inheritance
System.Object
ContentControl
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class ContentControl : Control
Constructors
ContentControl()
Initializes a new instance of the ContentControl class.
Declaration
public ContentControl()
Fields
ContentProperty
The content property
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Content
Gets or sets the content.
Declaration
public object Content { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The content. |
HasContent
Gets or sets a value indicating whether [has content].
Declaration
public bool HasContent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|