Version

PictureType Enumeration

Constants which determine the manner in which a picture is displayed.
Syntax
'Declaration
 
Public Enum PictureType 
   Inherits System.Enum
public enum PictureType : System.Enum 
Members
MemberDescription
ScaleThe picture is scaled to fill it's containing element.
StackThe picture is stacked or tiled to fill it's containing element.
StretchThe picture is stretched to fill it's containing element.
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