ChartFont.OutlineFont 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 or Returns the value that describes the font as outline.
public:
property System::Object ^ OutlineFont { System::Object ^ get(); void set(System::Object ^ value); };
public object OutlineFont { get; set; }
member this.OutlineFont : obj with get, set
Public Property OutlineFont As Object
Property Value
An Object that returns True if the font is an outline font, otherwise False
Remarks
Returns True, False, or wdUndefined (a mixture of True and False). Can be set to True, False, or wdToggle.