'Declaration Public Shared Function SetFontSize( _
ByVal appearanceThe appearance.As TextShapeAppearance, _
ByVal fontSizeThe font size.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
- The appearance.
- fontSize
- The font size.
Return Value
A new instance of TextShapeAppearance with changed property.