Version

AutoFitCards Enumeration

Enumeration that determines whether and how Cards are auto-sized to used up all available horizontal/vertical space.
Syntax
'Declaration
 
Public Enum AutoFitCards 
   Inherits System.Enum
public enum AutoFitCards : System.Enum 
Members
MemberDescription
HorizontallyCards are automatically resized to use up all available horizontal space.
HorizontallyAndVerticallyCards are automatically resized to use up all available horizontal and vertical space.
NoneCards are not automatically resized to use up all available space.
VerticallyCards are automatically resized to use up all available vertical space.
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