PointStyle Property
Syntax
CWShape.PointStyle
Data Type
You can use the following constants with this data type:
- cwPointAsterisk–Asterisk
- cwPointBoldCross–Bold cross
- cwPointBoldX–Bold X
- cwPointCross–Cross
- cwPointDottedEmptyCircle–Dotted empty circle
- cwPointDottedEmptySquare–Dotted empty square
- cwPointDottedSolidCircle–Dotted solid circle
- cwPointDottedSolidSquare–Dotted solid square
- cwPointEmptyCircle–Empty circle
- cwPointEmptyDiamond–Empty diamond
- cwPointEmptySquare–Empty square
- cwPointEmptySquareWithCross–Empty square with cross
- cwPointEmptySquareWithX–Empty square with X
- cwPointNone–None
- cwPointSimpleDot–Simple dot
- cwPointSmallCross–Small cross
- cwPointSmallEmptySquare–Small empty square
- cwPointSmallSolidSquare–Small solid square
- cwPointSmallX–Small X
- cwPointSolidCircle–Solid circle
- cwPointSolidDiamond–Solid diamond
- cwPointSolidSquare–Solid square
- cwPointX–X
Purpose
Specifies the point style of the shape.
Remarks
You must set the CWShape.Type property to cwShapePoint to use the PointStyle property.