Represents the base of a control that can be used to present an item.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
C# |
---|
[ContentPropertyAttribute("Content")] [LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)] public class ContentControlBase : Control, IAddChild |
Visual Basic (Declaration) |
---|
<ContentPropertyAttribute("Content")> _ <LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _ Public Class ContentControlBase _ Inherits Control _ Implements IAddChild |
Inheritance Hierarchy
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
DlhSoft.Windows.Controls.Primitives..::.ContentControlBase
DlhSoft.Windows.Controls..::.ContentControl
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
DlhSoft.Windows.Controls.Primitives..::.ContentControlBase
DlhSoft.Windows.Controls..::.ContentControl