| Name | Type | Description |
|---|---|---|
| Type | ||
| FileName |
String
|
|
| PatternCanvasIndex |
Long
|
Specifies the pattern canvas in the pattern-fill transparency. |
| Front |
Long
|
|
| Back |
Long
|
|
| TransformWithShape |
Boolean
|
Specifies whether to transform the pattern-fill transparency along with any changes made to the shape. A value of True changes the pattern-fill transparency along with its shape. |
Sub Test() Dim s As Shape Set s = ActiveLayer.CreateRectangle(0, 0, 2, 2) s.Fill.UniformColor.RGBAssign 0, 0, 255 s.Transparency.ApplyPatternTransparency cdrTwoColorPattern, , 6 End Sub