ShapeStyle
Overview
ShapeStyle is a type in Aspose.PDF FOSS for Go.
ShapeStyle combines a stroke (LineStyle) with an optional fill color.
Properties: FillColor, FillGradient, FillPattern.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillColor | *Color | Read/Write | Gets the fill color. |
FillPattern | string | Read/Write | Gets the fill pattern. |
FillGradient | Gradient | Read/Write | Gets the fill gradient. |