'Declaration Public Shared Function SetFillColor( _
ByVal appearanceВнешний вид.As TextShapeAppearance, _
ByVal fillColorЦвет заливки.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
- Внешний вид.
- fillColor
- Цвет заливки.
Return Value
Новый экземпляр TextShapeAppearance с измененным свойством.