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