Version

RelativeContentLocation Enumeration

Determines the relative location of one piece of content with respect to another.
Syntax
'Declaration
 
Public Enum RelativeContentLocation 
   Inherits System.Enum
public enum RelativeContentLocation : System.Enum 
Members
MemberDescription
AboveContentCenterAbove content in center
AboveContentLeftAbove content on left
AboveContentRightAbove content on right
AboveContentStretchAbove content - stretch to same width
BelowContentCenterBelow content in center
BelowContentLeftBelow content on left
BelowContentRightBelow content on right
BelowContentStretchBelow content - stretch to same width
LeftOfContentBottomLeft of content on bottom
LeftOfContentMiddleLeft of content in middle
LeftOfContentStretchLeft of content - stretch to same height
LeftOfContentTopLeft of content on top
RightOfContentBottomRight of content on bottom
RightOfContentMiddleRight of content in middle
RightOfContentStretchRight of content - stretch to same height
RightOfContentTopRight of content on top
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