Table of Contents

Class OrderedIndex

Namespace
DrawnUi.Infrastructure.Models
Assembly
DrawnUi.Maui.dll
public record OrderedIndex : IEquatable<OrderedIndex>
Inheritance
OrderedIndex
Implements
Inherited Members
Extension Methods

Constructors

OrderedIndex(int, bool?)

public OrderedIndex(int Index, bool? Animate)

Parameters

Index int
Animate bool?

Properties

Animate

public bool? Animate { get; set; }

Property Value

bool?

Index

public int Index { get; set; }

Property Value

int