Carousel.InvertPositive Property

Definition

Gets or sets a value indicating whether the items rendered transformations should be opposite compared to the selected item If false, all the items (except the selected item) will have the exact same transformations If true, all the items where index > selected index will have an opposite transformation (Rotation X Y and Z will be multiply by -1)

public bool InvertPositive { get; set; }
member this.InvertPositive : bool with get, set
Public Property InvertPositive As Boolean

Property Value

Applies to