Version

AutoScaleItemContentsToFit Property (CarouselPanelItem)

Returns true if the XamCarouselPanel that contains this item is requesting that items autoscale their content to fit within their bounds. (read only)
Syntax
'Declaration
 
Public ReadOnly Property AutoScaleItemContentsToFit As Boolean
public bool AutoScaleItemContentsToFit {get;}
Remarks

This read only property is useful if you need to create a Style that replaces the default Template for CarouselPanelItem. You can query this property from within the Template to determine whether to scale the item contents.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also