Version

FloatType Enumeration

Specifies whether to float the element and if so where.
Syntax
'Declaration
 
Public Enum FloatType 
   Inherits System.Enum
public enum FloatType : System.Enum 
Members
MemberDescription
DefaultDefault.
LeftFloat the element on the left.
NoneDo not float the element. This will inline the element.
RightFloat the element on the right.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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