Class ScrollSnapHighlightConfig
public sealed record ScrollSnapHighlightConfig : IEquatable<ScrollSnapHighlightConfig>
- Inheritance
-
ScrollSnapHighlightConfig
- Implements
- Inherited Members
Constructors
ScrollSnapHighlightConfig(ScrollSnapContainerHighlightConfig, NodeId)
public ScrollSnapHighlightConfig(ScrollSnapContainerHighlightConfig ScrollSnapContainerHighlightConfig, NodeId NodeId)
Parameters
ScrollSnapContainerHighlightConfigScrollSnapContainerHighlightConfigA descriptor for the highlight appearance of scroll snap containers.
NodeIdNodeIdIdentifier of the node to highlight.
Properties
NodeId
Identifier of the node to highlight.
public NodeId NodeId { get; init; }
Property Value
ScrollSnapContainerHighlightConfig
A descriptor for the highlight appearance of scroll snap containers.
public ScrollSnapContainerHighlightConfig ScrollSnapContainerHighlightConfig { get; init; }