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
Properties
Animate
public bool? Animate { get; set; }
Property Value
- bool?
Index
public int Index { get; set; }