'Declaration Public Shared Function SetFontColor( _
ByVal appearanceВнешний вид.As TextShapeAppearance, _
ByVal fontColorЦвет шрифта.As Vintasoft.Primitives.VintasoftColor _
) As TextShapeAppearance
public static TextShapeAppearance SetFontColor(
TextShapeAppearance appearance,
Vintasoft.Primitives.VintasoftColor fontColor
)
public: static TextShapeAppearance* SetFontColor(
TextShapeAppearance* appearance,
Vintasoft.Primitives.VintasoftColor fontColor
)
public:
static TextShapeAppearance^ SetFontColor(
TextShapeAppearance^ appearance,
Vintasoft.Primitives.VintasoftColor fontColor
)
Parameters
- appearance
- Внешний вид.
- fontColor
- Цвет шрифта.
Return Value
Новый экземпляр TextShapeAppearance с измененным свойством.