TextEffectFormat.FontSize Property

Returns or sets the font size for the specified WordArt, in points.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property FontSize As Single
    Get
    Set
'Usage
Dim instance As TextEffectFormat
Dim value As Single

value = instance.FontSize

instance.FontSize = value
float FontSize { get; set; }

Property Value

Type: System.Single

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.Word Namespace