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