_TimelineView.UpperScaleFont Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a ViewFont object that represents the font used to display the upper portion of the timeline scale for a TimelineView object. Read-only.
public:
property Microsoft::Office::Interop::Outlook::ViewFont ^ UpperScaleFont { Microsoft::Office::Interop::Outlook::ViewFont ^ get(); };
public Microsoft.Office.Interop.Outlook.ViewFont UpperScaleFont { get; }
Public ReadOnly Property UpperScaleFont As ViewFont