_Font.SizeBi Property

Returns or sets the font size in points. Read/write Single.

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

Syntax

'Declaration
Property SizeBi As Single
    Get
    Set
'Usage
Dim instance As _Font
Dim value As Single

value = instance.SizeBi

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

Property Value

Type: System.Single

Remarks

The SizeBi property applies to text in a right-to-left language.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace