Show / Hide Table of Contents

Class FancyScrollRectContext

FancyScrollRect<TItemData, TContext> のコンテキスト基底クラス.

Inheritance
System.Object
FancyScrollRectContext
Implements
IFancyScrollRectContext
Namespace: FancyScrollView
Assembly: FancyScrollView.dll
Syntax
public class FancyScrollRectContext : IFancyScrollRectContext

Explicit Interface Implementations

IFancyScrollRectContext.CalculateScrollSize

Declaration
Func<(float ScrollSize, float ReuseMargin)> IFancyScrollRectContext.CalculateScrollSize { get; set; }
Returns
Type Description
System.Func<System.ValueTuple<System.Single, System.Single>>

IFancyScrollRectContext.ScrollDirection

Declaration
ScrollDirection IFancyScrollRectContext.ScrollDirection { get; set; }
Returns
Type Description
ScrollDirection

Implements

IFancyScrollRectContext
Back to top Generated by DocFX