FontColorEntry.LineStyle 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.
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)