'Declaration Public Shared Function SetFontBold( _
ByVal appearanceВнешний вид.As TextShapeAppearance, _
ByVal fontBoldЗначение, указывающее, является ли шрифт полужирным.As Boolean _
) As TextShapeAppearance
public static TextShapeAppearance SetFontBold(
TextShapeAppearance appearance,
bool fontBold
)
public: static TextShapeAppearance* SetFontBold(
TextShapeAppearance* appearance,
bool fontBold
)
public:
static TextShapeAppearance^ SetFontBold(
TextShapeAppearance^ appearance,
bool fontBold
)
Parameters
- appearance
 - Внешний вид.
 - fontBold
 - Значение, указывающее, является ли шрифт полужирным.
 
Return Value
Новый экземпляр TextShapeAppearance с измененным свойством.