Class DefinitionBase
Implements base class for definition (row or column)
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class DefinitionBase : DependencyObject
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The name. |
Parent
Gets the parent.
Declaration
public UIElement Parent { get; }
Property Value
| Type | Description |
|---|---|
| UIElement | The parent. |
Methods
OnPropertyChanged(DependencyProperty)
Called when [property changed].
Declaration
protected override void OnPropertyChanged(DependencyProperty property)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyProperty | property | The property. |