Table of Contents

Class ColumnDefinition

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Defines column-specific properties that apply to Grid controls.

public class ColumnDefinition : GridDefinitionBase, IBaseObject, IDisposableObject, IDisposable
Inheritance
ColumnDefinition
Implements

Constructors

ColumnDefinition()

Initializes a new instance of the ColumnDefinition class.

Properties

ActualWidth

Gets a value that represents the actual calculated width of a ColumnDefinition.

MaxWidth

Gets or sets a value that represents the maximum width of a ColumnDefinition.

MinWidth

Gets or sets a value that represents the minimum width of a ColumnDefinition.

Offset

Gets a value that represents the offset value of this ColumnDefinition.

Width

Gets the calculated width of a ColumnDefinition, or sets the GridLength value of a column that is defined by the ColumnDefinition.

Methods

CreateAuto()

Creates ColumnDefinition instance with Width equal to Auto.