CarouselLayoutTypeConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts string representations to LinearItemsLayout instances for use in carousel XAML.
public ref class CarouselLayoutTypeConverter : System::ComponentModel::TypeConverter
public class CarouselLayoutTypeConverter : System.ComponentModel.TypeConverter
type CarouselLayoutTypeConverter = class
inherit TypeConverter
Public Class CarouselLayoutTypeConverter
Inherits TypeConverter
- Inheritance
-
CarouselLayoutTypeConverter
Remarks
This type converter enables XAML shortcuts for carousel-specific layouts with snap point behavior. Supported string values: "HorizontalList", "VerticalList".
Constructors
| Name | Description |
|---|---|
| CarouselLayoutTypeConverter() | |