ChartFont.OutlineFont Property

Definition

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.

Applies to