Class CardRotatingLayout
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a layout that arranges cards with a rotating behavior, likely managing the visual positioning and orientation of card elements within a container.
public class CardRotatingLayout
- Inheritance
-
CardRotatingLayout
- Inherited Members
- Extension Methods
Properties
Data
public CardConfig Data { get; set; }
Property Value
DataId
public ObjectId DataId { get; set; }
Property Value
- ObjectId
MillisecondsBeforeRotating
public int MillisecondsBeforeRotating { get; set; }
Property Value
Mode
public DisplayConfigEnums.RotatingLayoutMode Mode { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
Order
public int? Order { get; set; }
Property Value
- int?
Title
public string? Title { get; set; }
Property Value
Type
public DisplayConfigEnums.RotatingLayoutType Type { get; set; }