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