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