'Declaration Public Shared Function SetFontSize( _
ByVal appearanceВнешний вид.As TextShapeAppearance, _
ByVal fontSizeРазмер шрифта.As Double _
) As TextShapeAppearance
public static TextShapeAppearance SetFontSize(
TextShapeAppearance appearance,
double fontSize
)
public: static TextShapeAppearance* SetFontSize(
TextShapeAppearance* appearance,
double fontSize
)
public:
static TextShapeAppearance^ SetFontSize(
TextShapeAppearance^ appearance,
double fontSize
)
Parameters
- appearance
 - Внешний вид.
 - fontSize
 - Размер шрифта.
 
Return Value
Новый экземпляр TextShapeAppearance с измененным свойством.