Version

PictureOutlineStyle Enumeration

Constants which describe the style of the outlines displayed around anchored and inline pictures.
Syntax
'Declaration
 
Public Enum PictureOutlineStyle 
   Inherits System.Enum
public enum PictureOutlineStyle : System.Enum 
Members
MemberDescription
DoubleThe picture is outlined with double lines of equal width.
NoneNo outline is displayed around the picture.
SingleThe picture is outlined with a single line.
ThickThinThe picture is outlined with double lines, one thick and one thin.
ThinThickThe picture is outlined with double lines, one thin and one thick.
TripleThe picture is outlined with three lines - thin, thick, and thin.
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