Version

SmartPosition Enumeration

Describes available positions for smart label placement with respect to the notional rectangle's origin
Syntax
'Declaration
 
Public Enum SmartPosition 
   Inherits System.Enum
public enum SmartPosition : System.Enum 
Members
MemberDescription
CenterBottomSpecifies center bottom as a valid smart placement position.
CenterCenterSpecifies center center as a valid smart placement position.
CenterTopSpecifies center top as a valid smart placement position.
LeftBottomSpecifies left bottom as a valid smart placement position.
LeftCenterSpecifies left center as a valid smart placement position.
LeftTopSpecifies left top as a valid smart placement position.
RightBottomSpecifies right bottom as a valid smart placement position.
RightCenterSpecifies right center as a valid smart placement position.
RightTopSpecifies right top as a valid smart placement position.
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