BulletFormat2.Font 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.
Gets the font that represents the formatting for a BulletFormat2 object. Read-only.
public:
property Microsoft::Office::Core::Font2 ^ Font { Microsoft::Office::Core::Font2 ^ get(); };
public Microsoft.Office.Core.Font2 Font { get; }
member this.Font : Microsoft.Office.Core.Font2
Public ReadOnly Property Font As Font2