Object Model Reference : Classes : C : CorelScript : Methods : 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
Member of CorelScript
The SetOutlineMiscProperties method specifies the outline properties of the selected object.
Parameter
|
Description
|
|||||||||
Type
|
Specifies the outline type:
|
|||||||||
Style
|
Specifies the DotDash value from the CorelScript.ApplyOutline command
|
|||||||||
Corners
|
Specifies the corners:
|
|||||||||
LineCaps
|
Specifies the line caps:
|
|||||||||
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 nibs 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.
|
Copyright 2013 Corel Corporation. All rights reserved.