Gets or sets the number of columns for this panel.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public int Columns { get; set; }
Visual Basic
Public Property Columns As Integer
	Get
	Set
XAML Attribute Usage
<object Columns="int" .../>

Remarks

The default value (0) specifies that the column count is computed based on the number of rows and the number of visible child elements.

See Also