'Declaration Public Shared Function SetFontBold( _
ByVal appearanceThe appearance.As TextShapeAppearance, _
ByVal fontBoldA value indicating whether font is bold.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
- The appearance.
- fontBold
- A value indicating whether font is bold.
Return Value
A new instance of TextShapeAppearance with changed property.