Share via


ItemDrawInfo.AlternateFont Property

Gets or sets the desire to use the alternate font for this list item.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Property AlternateFont As Boolean
public bool AlternateFont { get; set; }
public:
property bool AlternateFont {
    bool get ();
    void set (bool value);
}
member AlternateFont : bool with get, set
function get AlternateFont () : boolean 
function set AlternateFont (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

ItemDrawInfo Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace