Class SyntaxEditorMargin
Inheritance
System.Object
SyntaxEditorMargin
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI.Margins
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public abstract class SyntaxEditorMargin : ContentControl, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
SyntaxEditorMargin(RadSyntaxEditorElement)
Declaration
public SyntaxEditorMargin(RadSyntaxEditorElement editor)
Parameters
RadSyntaxEditorElement
editor
|
Fields
LineColorProperty
Registers the LineColor dependency property.
Declaration
public static readonly RadProperty LineColorProperty
Field Value
RadProperty
|
Properties
Editor
LineBrush
Declaration
public Brush LineBrush { get; set; }
Property Value
System.Drawing.Brush
|
LineColor
Declaration
public Color LineColor { get; set; }
Property Value
System.Drawing.Color
|
Methods
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
UpdateUI()
Declaration
public void UpdateUI()
UpdateUI(UIUpdateContext)
Declaration
public void UpdateUI(UIUpdateContext updateContext)
Parameters
UIUpdateContext
updateContext
|
UpdateUIOverride(UIUpdateContext)
Declaration
protected abstract void UpdateUIOverride(UIUpdateContext updateContext)
Parameters
UIUpdateContext
updateContext
|