Version

CarouselViewSettings Class Properties

For a list of all members of this type, see CarouselViewSettings members.

Public Properties
 NameDescription
Public PropertyAllowDropGets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. (Inherited from System.Windows.ContentElement)
Public PropertyAreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Public PropertyAutoScaleItemContentsToFitReturns/sets whether the XamCarouselPanel should automatically scale the contents of each item to fit within the bounds of the Item. The default is False.  
Public PropertyBindingGroupGets or sets the System.Windows.Data.BindingGroup that is used for the element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyCarouselPanelNavigatorStyleReturns/sets the style for the CarouselPanelNavigator.  
Public PropertyCommandBindingsGets a collection of System.Windows.Input.CommandBinding objects that are associated with this element. (Inherited from System.Windows.ContentElement)
Public PropertyContextMenuGets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyCursorGets or sets the cursor that displays when the mouse pointer is over this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyDataContextGets or sets the data context for an element when it participates in data binding. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyFocusableGets or sets a value that indicates whether the element can receive focus. (Inherited from System.Windows.ContentElement)
Public PropertyFocusVisualStyleGets or sets an object that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyForceCursorGets or sets a value indicating whether this System.Windows.FrameworkContentElement should force the user interface (UI) to render the cursor as declared by this instance's System.Windows.FrameworkContentElement.Cursor property. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyHasAnimatedPropertiesGets a value that indicates whether this element has any animated properties. (Inherited from System.Windows.ContentElement)
Public PropertyHeightInInfiniteContainersReturns/sets a value that is used as the default for the height of the XamCarouselPanel, when it is placed in a container with infinite height available. The default is 300.  
Public PropertyInputBindingsGets the collection of input bindings that are associated with this element. (Inherited from System.Windows.ContentElement)
Public PropertyInputScopeGets or sets the context for input used by this System.Windows.FrameworkContentElement. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyIsEnabledGets or sets a value that indicates whether this element is enabled in the user interface (UI). (Inherited from System.Windows.ContentElement)
Public PropertyIsFocusedGets a value that determines whether this element has logical focus. (Inherited from System.Windows.ContentElement)
Public PropertyIsInitializedGets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its System.Windows.FrameworkContentElement.EndInit method called. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyIsInputMethodEnabledGets a value that indicates whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. (Inherited from System.Windows.ContentElement)
Public PropertyIsKeyboardFocusedGets a value that indicates whether this element has keyboard focus. (Inherited from System.Windows.ContentElement)
Public PropertyIsKeyboardFocusWithinGets a value that indicates whether keyboard focus is anywhere within the element or child elements. (Inherited from System.Windows.ContentElement)
Public PropertyIsListContinuousReturns true if the XamCarouselPanel should wrap around to the beginning of the list and display the first list item after the last item is displayed. The default is False.  
Public PropertyIsLoadedGets a value indicating whether this element has been loaded for presentation. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyIsMouseCapturedGets a value that indicates whether the mouse is captured by this element. (Inherited from System.Windows.ContentElement)
Public PropertyIsMouseCaptureWithinGets a value that determines whether mouse capture is held by this element or by child elements in its element tree. (Inherited from System.Windows.ContentElement)
Public PropertyIsMouseDirectlyOverGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. (Inherited from System.Windows.ContentElement)
Public PropertyIsMouseOverGets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing). (Inherited from System.Windows.ContentElement)
Public PropertyIsNavigatorVisibleReturns/sets whether the CarouselPanelNavigator is visible. The default is True.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsStylusCapturedGets a value that indicates whether the stylus is captured to this element. (Inherited from System.Windows.ContentElement)
Public PropertyIsStylusCaptureWithinGets a value that determines whether stylus capture is held by this element, including child elements and control compositing. (Inherited from System.Windows.ContentElement)
Public PropertyIsStylusDirectlyOverGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. (Inherited from System.Windows.ContentElement)
Public PropertyIsStylusOverGets a value that indicates whether the stylus is located over this element (including visual child elements). (Inherited from System.Windows.ContentElement)
Public PropertyItemHorizontalScrollBarVisibilityReturns/sets the visibility of the horizontal System.Windows.Controls.Primitives.ScrollBar that is displayed within each item when the width of the Item's contents exceeds the Item's width as specified by the ItemSize property. The default is System.Windows.Controls.ScrollBarVisibility.Auto.  
Public PropertyItemPathReturns/sets the System.Windows.Shapes.Shape derived element (i.e., System.Windows.Shapes.Path, System.Windows.Shapes.Ellipse, System.Windows.Shapes.Line, System.Windows.Shapes.Polygon, System.Windows.Shapes.Polyline, System.Windows.Shapes.Rectangle) which defines the System.Windows.Media.Geometry used to arrange items in the XamCarouselPanel. The default is null. When this property is set to null, an elliptical path is provided by default.  
Public PropertyItemPathAutoPadReturns/sets whether padding should be automatically added within the XamCarouselPanel to ensure that items arranged along the path do not extend beyond the bounds of the control. The default is True.  
Public PropertyItemPathHorizontalAlignmentReturns/sets the System.Windows.HorizontalAlignment of the ItemPath within the item path area. The default is System.Windows.HorizontalAlignment.Center.  
Public PropertyItemPathPaddingReturns/sets the padding around the item path area, within which the ItemPath is aligned and stretched. The default is 0.  
Public PropertyItemPathPrefixPercentReturns/sets the size of the path prefix area expressed as a decimal percentage of the overall path size (the percentage must be in the range 0.0 to 0.4). The default is .15.  
Public PropertyItemPathRenderBrushReturns/sets the System.Windows.Media.Brush used to fill a parent representation of the ItemPath behind the items being displayed. By default, no System.Windows.Media.Brush is set.  
Public PropertyItemPathRenderPenReturns/sets the System.Windows.Media.Pen used to draw the outline of the ItemPath behind the items being displayed. By default, no System.Windows.Media.Pen is set.  
Public PropertyItemPathStretchReturns/sets how the ItemPath is stretched within the item path area. The default is System.Windows.Media.Stretch.Fill  
Public PropertyItemPathSuffixPercentReturns/sets the size of the path suffix area expressed as a decimal percentage of the overall path size (the percentage must be in the range 0.0 to 0.4). The default is .15.  
Public PropertyItemPathVerticalAlignmentReturns/sets the System.Windows.VerticalAlignment of the ItemPath within the item path area. The default is System.Windows.VerticalAlignment.Center.  
Public PropertyItemSizeReturns/sets the size of the items in the Carousel. The default is 150x100 (WxH).  
Public PropertyItemsPerPageDetermines the maximum number of items that should be displayed in the XamCarouselPanel at one time. The default is 5.  
Public PropertyItemTransitionStyleReturns/sets a value that determines the effects applied to items as they transition through the prefix and suffix areas of the ItemPath. The default is PathItemTransitionStyle.AdjustOpacity.  
Public PropertyItemVerticalScrollBarVisibilityReturns/sets the visibility of the vertical System.Windows.Controls.Primitives.ScrollBar that is displayed within each item when the height of the Item's contents exceeds the Item's height as specified by the ItemSize property. The default is System.Windows.Controls.ScrollBarVisibility.Auto.  
Public PropertyLanguageGets or sets localization/globalization language information that applies to an individual element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyNameGets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyOpacityEffectStopDirectionReturns/sets the direction used to evaluate OpacityEffectStops. The default is EffectStopDirection.UseItemPath.  
Public PropertyOpacityEffectStopsReturns a collection of OpacityEffectStop objects that define the stops to be used when setting the opacity of items along the ItemPath  
Public PropertyOverridesDefaultStyleGets or sets a value indicating whether this element incorporates style properties from theme styles. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyParentGets the parent in the logical tree for this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyReserveSpaceForReflectionsReturns/sets whether the XamCarouselPanel should reserve space for item reflections. The default is true.  
Public PropertyResourcesGets or sets the current locally-defined resource dictionary. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyRotateItemsWithPathTangentReturns/sets whether the XamCarouselPanel should rotate each item based on the item position's tangent to the path. The default is False.  
Public PropertyScalingEffectStopDirectionReturns/sets the direction used to evaluate ScalingEffectStops. The default is EffectStopDirection.UseItemPath.  
Public PropertyScalingEffectStopsReturns a collection of ScalingEffectStop objects that define the stops to be used when scaling items along the ItemPath to simulate perspective.  
Public PropertyShouldAnimateItemsOnListChangeReturns/sets whether items should be animated into their positions when the whenever the list of items being displayed in the XamCarouselPanel is changed (i.e., items are added, removed, moved or replaced). The default is False.  
Public PropertyShouldScrollItemsIntoInitialPositionReturns/sets whether items should be animated into their start positions when the XamCarouselPanel is first loaded. The default is True.  
Public PropertySkewAngleXEffectStopDirectionReturns/sets the direction used to evaluate SkewAngleXEffectStops. The default is EffectStopDirection.UseItemPath.  
Public PropertySkewAngleXEffectStopsReturns a collection of SkewAngleXEffectStop objects that define the stops to be used when when setting the SkewAngleX angle of items along the ItemPath .  
Public PropertySkewAngleYEffectStopDirectionReturns/sets the direction used to evaluate SkewAngleYEffectStops. The default is EffectStopDirection.UseItemPath.  
Public PropertySkewAngleYEffectStopsReturns a collection of SkewAngleYEffectStop objects that define the stops to be used when when setting the SkewAngleY angle of items along the ItemPath.  
Public PropertyStyleGets or sets the style to be used by this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyTemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. (Inherited from System.Windows.FrameworkContentElement)
Public PropertyToolTipGets or sets the tool-tip object that is displayed for this element in the user interface (UI). (Inherited from System.Windows.FrameworkContentElement)
Public PropertyTouchesCapturedGets all touch devices that are captured to this element. (Inherited from System.Windows.ContentElement)
Public PropertyTouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Public PropertyTouchesDirectlyOverGets all touch devices that are over this element. (Inherited from System.Windows.ContentElement)
Public PropertyTouchesOverGets all touch devices that are over this element or any child elements in its visual tree. (Inherited from System.Windows.ContentElement)
Public PropertyUseOpacityReturns/sets whether OpacityEffectStops and OpacityEffectStopDirection should be honored and opacity effects applied to items in the Carousel. The default is False.  
Public PropertyUseScalingReturns/sets whether ScalingEffectStops and ScalingEffectStopDirection should be honored and scaling effects applied to items in the Carousel. The default is True.  
Public PropertyUseSkewingReturns/sets whether SkewAngleXEffectStops, SkewAngleYEffectStops, SkewAngleXEffectStopDirection and SkewAngleYEffectStopDirection should be honored and skewing effects applied to items in the Carousel. The default is False.  
Public PropertyUseZOrderReturns/sets whether ZOrderEffectStops should be honored and ZOrder effects applied to items in the Carousel. The default is False.  
Public PropertyWidthInInfiniteContainersReturns/sets a value that is used as the default for the width of the XamCarouselPanel, when it is placed in a container with infinite width available. The default is 400.  
Public PropertyZOrderEffectStopDirectionReturns/sets the direction used to evaluate ZOrderEffectStops. The default is EffectStopDirection.UseItemPath.  
Public PropertyZOrderEffectStopsReturns a collection of ZOrderEffectStop objects that define the stops to be used when setting the ZOrder of items along the ItemPath.  
Protected Properties
 NameDescription
Protected Internal PropertyDefaultStyleKeyGets or sets the key to use to find the style template for this control in themes. (Inherited from System.Windows.FrameworkContentElement)
Protected PropertyIsEnabledCoreGets a value that becomes the return value of System.Windows.ContentElement.IsEnabled in derived classes. (Inherited from System.Windows.ContentElement)
Protected Internal PropertyLogicalChildrenGets an enumerator for the logical child elements of this element. (Inherited from System.Windows.FrameworkContentElement)
See Also