'Declaration Public Shared Function SetFontItalic( _
ByVal appearanceThe appearance.As TextShapeAppearance, _
ByVal fontItalicA value indicating whether font is italic.As Boolean _
) As TextShapeAppearance
public static TextShapeAppearance SetFontItalic(
TextShapeAppearance appearance,
bool fontItalic
)
public: static TextShapeAppearance* SetFontItalic(
TextShapeAppearance* appearance,
bool fontItalic
)
public:
static TextShapeAppearance^ SetFontItalic(
TextShapeAppearance^ appearance,
bool fontItalic
)
Parameters
- appearance
- The appearance.
- fontItalic
- A value indicating whether font is italic.
Return Value
A new instance of TextShapeAppearance with changed property.