Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets or sets the number of columns to use for laying out items in the category.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property ColumnCount As Integer
Get
Set
'Usage
Dim instance As RibbonGalleryCategory
Dim value As Integer
value = instance.ColumnCount
instance.ColumnCount = value
public int ColumnCount { get; set; }
public:
property int ColumnCount {
int get ();
void set (int value);
}
member ColumnCount : int with get, set
function get ColumnCount () : int
function set ColumnCount (value : int)
Property Value
Type: System.Int32
The number of columns to use for laying out items in the category.