_TimelineView.LowerScaleFont 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 lower portion of the timeline scale for a TimelineView object. Read-only.
public:
property Microsoft::Office::Interop::Outlook::ViewFont ^ LowerScaleFont { Microsoft::Office::Interop::Outlook::ViewFont ^ get(); };
public Microsoft.Office.Interop.Outlook.ViewFont LowerScaleFont { get; }
Public ReadOnly Property LowerScaleFont As ViewFont