'Declaration Public Shared Function SetFontColor( _
ByVal appearanceThe appearance.As TextShapeAppearance, _
ByVal fontColorThe font color.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
- The appearance.
- fontColor
- The font color.
Return Value
A new instance of TextShapeAppearance with changed property.