Class ColumnDefinition
Implements definition for column of the Grid
Inherited Members
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. |