Version

SetShapeControlAppearance Method

Applies appearance settings to the given shape.
Syntax
'Declaration
 
Public Sub SetShapeControlAppearance( _
   ByVal shape As ShapeControl, _
   ByVal strokeOnly As Boolean, _
   ByVal fillOnly As Boolean, _
   ByVal extended As Boolean, _
   ByVal useOutline As Boolean _
) 
public void SetShapeControlAppearance( 
   ShapeControl shape,
   bool strokeOnly,
   bool fillOnly,
   bool extended,
   bool useOutline
)

Parameters

shape
The shape to apply appearance settings to.
strokeOnly
True if only the outline should be applied, and not the fill color.
fillOnly
True if only the fill color should be applied, and not the outline.
extended
True if extended appearance settings, such as miter limit, should be applied.
useOutline
True if the outline should be used as the main color.
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