Class IntersectionObserverContext
Namespace: Neon.Blazor
Assembly: Neon.Blazor.dll
Syntax
public class IntersectionObserverContext
Properties
BoundingClientRect
Declaration
public DOMRectReadOnly BoundingClientRect { get; set; }
Property Value
Type | Description |
---|---|
DOMRectReadOnly |
IsIntersecting
Declaration
public bool IsIntersecting { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
bool |
Ratio
Declaration
public double Ratio { get; set; }
Property Value
Type | Description |
---|---|
double |