Interface IFancyGridViewContext
FancyGridView<TItemData, TContext> のコンテキストインターフェース.
Inherited Members
Namespace: FancyScrollView
Assembly: FancyScrollView.dll
Syntax
public interface IFancyGridViewContext : IFancyScrollRectContext, IFancyCellGroupContext
Properties
GetCellSize
Declaration
Func<float> GetCellSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<System.Single> |
GetStartAxisSpacing
Declaration
Func<float> GetStartAxisSpacing { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<System.Single> |