_CardView.BodyFont Property
Returns a ViewFont object that represents the font used to display the body of each card in the CardView object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property BodyFont As ViewFont
Get
'Usage
Dim instance As _CardView
Dim value As ViewFont
value = instance.BodyFont
[DispIdAttribute()]
ViewFont BodyFont { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.ViewFont