Show / Hide Table of Contents

Struct WBGridLength

Used with wpfBuilder functions to specify width/height of columns and rows. Allows to specify minimal and/or maximal values too. Like WBLength, but has functions to create System.Windows.Controls.ColumnDefinition and System.Windows.Controls.RowDefinition. Also has implicit conversion from these types.

public struct WBGridLength

Namespace: Au.Types
Assembly: Au.dll

Properties

Name Description
Column

Creates column definition object from assigned width or/and min/max width values. Or just returns the assigned or previously created object.

Row

Creates row definition object from assigned height or/and min/max height values. Or just returns the assigned or previously created object.

Operators

Name Description
implicit operator WBGridLength(double)
implicit operator WBGridLength(Range)
implicit operator WBGridLength((double length, Range minMax))
implicit operator WBGridLength(DefinitionBase)