Previous Document Next Document

Object Model Reference : Classes : C : CorelScript : Methods : CorelScript.SetOutlineMiscProperties


CorelScript.SetOutlineMiscProperties

Function SetOutlineMiscProperties(Type As Long, Style As Long, Corners As Long, LineCaps As Long, Aspect As Long, Angle As Long, BehindFill As Boolean, ScalePen As Boolean) As Long

Description

Member of CorelScript

The SetOutlineMiscProperties method specifies the outline properties of the selected object.

Parameter
Description
Type
Specifies the outline type:
 
0 = None
 
1 = Solid
 
2 = Dot - Dash
Style
Specifies the DotDash value from the CorelScript.ApplyOutline command
Corners
Specifies the corners:
 
0 = Mitered
 
1 = Beveled
 
2 = Rounded
LineCaps
Specifies the line caps:
 
0 = Square
 
1 = Rounded
 
2 = Extended Square
Aspect
Specifies the stretch field, which adjusts the width of the nib. Valid values range from 1 to 100 percent.
Angle
Specifies the angle of the nib’s edge, in tenths of a degree. To determine angle measurements, use the CorelScriptTools.AngleConvert method.
BehindFill
Specifies where to position the outline. True (-1) positions the outline behind the fill, while False (0) positions it in front of the fill.
ScalePen
Specifies whether to scale the outline when the object is scaled. True (-1) enables scaling.

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.