Show / Hide Table of Contents

Class ColumnDefinition

Implements definition for column of the Grid

Inheritance
System.Object
DependencyObject
DefinitionBase
ColumnDefinition
Inherited Members
DefinitionBase.Name
DefinitionBase.Parent
DefinitionBase.OnPropertyChanged(DependencyProperty)
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 ColumnDefinition : DefinitionBase

Fields

MaxWidthProperty

The maximum width property

Declaration
public static readonly DependencyProperty MaxWidthProperty
Field Value
Type Description
DependencyProperty

MinWidthProperty

The minimum width property

Declaration
public static readonly DependencyProperty MinWidthProperty
Field Value
Type Description
DependencyProperty

WidthProperty

The width property

Declaration
public static readonly DependencyProperty WidthProperty
Field Value
Type Description
DependencyProperty

Properties

MaxWidth

Gets or sets the maximum width.

Declaration
public float MaxWidth { get; set; }
Property Value
Type Description
System.Single

The maximum width.

MinWidth

Gets or sets the minimum width.

Declaration
public float MinWidth { get; set; }
Property Value
Type Description
System.Single

The minimum width.

Width

Gets or sets the width.

Declaration
public GridLength Width { get; set; }
Property Value
Type Description
GridLength

The width.

Back to top Generated by DocFX