'Declaration Public Shared Function SetFillColor( _
ByVal appearanceThe appearance.As TextShapeAppearance, _
ByVal fillColorThe fill color.As Vintasoft.Primitives.VintasoftColor _
) As TextShapeAppearance
public static TextShapeAppearance SetFillColor(
TextShapeAppearance appearance,
Vintasoft.Primitives.VintasoftColor fillColor
)
public: static TextShapeAppearance* SetFillColor(
TextShapeAppearance* appearance,
Vintasoft.Primitives.VintasoftColor fillColor
)
public:
static TextShapeAppearance^ SetFillColor(
TextShapeAppearance^ appearance,
Vintasoft.Primitives.VintasoftColor fillColor
)
Parameters
- appearance
- The appearance.
- fillColor
- The fill color.
Return Value
A new instance of TextShapeAppearance with changed property.