Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified text is underlined. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Underline As MsoTriState
Get
Set
'Usage
Dim instance As Font
Dim value As MsoTriState
value = instance.Underline
instance.Underline = value
MsoTriState Underline { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the Underline property can be one of these MsoTriState constants.
Constant |
Description |
|---|---|
The specified text (or font style) isn't underlined. |
|
Some characters are underlined (for the specified text) and some aren't. |
|
The specified text (or font style) is underlined. |