GridItemsLayout Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GridItemsLayout(ItemsLayoutOrientation) | |
GridItemsLayout(Int32, ItemsLayoutOrientation) |
GridItemsLayout(ItemsLayoutOrientation)
public GridItemsLayout (Xamarin.Forms.ItemsLayoutOrientation orientation);
new Xamarin.Forms.GridItemsLayout : Xamarin.Forms.ItemsLayoutOrientation -> Xamarin.Forms.GridItemsLayout
Parameters
- orientation
- ItemsLayoutOrientation
Applies to
GridItemsLayout(Int32, ItemsLayoutOrientation)
public GridItemsLayout (int span, Xamarin.Forms.ItemsLayoutOrientation orientation);
new Xamarin.Forms.GridItemsLayout : int * Xamarin.Forms.ItemsLayoutOrientation -> Xamarin.Forms.GridItemsLayout
Parameters
- span
- System.Int32
- orientation
- ItemsLayoutOrientation