FontColorEntry.LineStyle Property

Definition

Line style to use if this entry is used as a line color

public:
 property Nullable<Microsoft::VisualStudio::Utilities::FontColorEntry::LineStyles> LineStyle { Nullable<Microsoft::VisualStudio::Utilities::FontColorEntry::LineStyles> get(); void set(Nullable<Microsoft::VisualStudio::Utilities::FontColorEntry::LineStyles> value); };
public Microsoft.VisualStudio.Utilities.FontColorEntry.LineStyles? LineStyle { get; set; }
member this.LineStyle : Nullable<Microsoft.VisualStudio.Utilities.FontColorEntry.LineStyles> with get, set
Public Property LineStyle As Nullable(Of FontColorEntry.LineStyles)

Property Value

Applies to