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

NameTypeAccessDescription
FillColor*ColorRead/WriteGets the fill color.
FillPatternstringRead/WriteGets the fill pattern.
FillGradientGradientRead/WriteGets the fill gradient.

See Also