Class TextMarker
Inheritance
System.Object
TextMarker
Assembly: SqlDotNet.Debugger.dll
Syntax
public sealed class TextMarker : TextSegment, ITextMarker
Constructors
|
Improve this Doc
View Source
TextMarker(TextMarkerService, Int32, Int32)
Declaration
public TextMarker(TextMarkerService service, int startOffset, int length)
Parameters
Type |
Name |
Description |
TextMarkerService |
service |
|
System.Int32 |
startOffset |
|
System.Int32 |
length |
|
Properties
|
Improve this Doc
View Source
BackgroundColor
Declaration
public Color? BackgroundColor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Windows.Media.Color> |
|
|
Improve this Doc
View Source
FontStyle
Declaration
public FontStyle? FontStyle { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Windows.FontStyle> |
|
|
Improve this Doc
View Source
FontWeight
Declaration
public FontWeight? FontWeight { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Windows.FontWeight> |
|
|
Improve this Doc
View Source
ForegroundColor
Declaration
public Color? ForegroundColor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Windows.Media.Color> |
|
|
Improve this Doc
View Source
IsDeleted
Declaration
public bool IsDeleted { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MarkerColor
Declaration
public Color MarkerColor { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Color |
|
|
Improve this Doc
View Source
MarkerTypes
Declaration
public TextMarkerTypes MarkerTypes { get; set; }
Property Value
|
Improve this Doc
View Source
Tag
Declaration
public object Tag { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ToolTip
Declaration
public object ToolTip { get; set; }
Property Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
Delete()
Declaration
Events
|
Improve this Doc
View Source
Deleted
Declaration
public event EventHandler Deleted
Event Type
Type |
Description |
System.EventHandler |
|
Implements