Show / Hide Table of Contents

Class DefinitionBase

Implements base class for definition (row or column)

Inheritance
System.Object
DependencyObject
DefinitionBase
ColumnDefinition
RowDefinition
Inherited Members
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DependencyObject.Equals(Object)
DependencyObject.GetHashCode()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetLocalValueEnumerator()
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.SetBinding(DependencyProperty, Binding)
DependencyObject.SetResourceReference(DependencyProperty, Object)
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.

Overrides
DependencyObject.OnPropertyChanged(DependencyProperty)
Back to top Generated by DocFX