Class Line
Inheritance
System.Object
Line
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.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class Line : Shape, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, IShortcutProvider, IStylableElement, IStylableNode, ISupportDrop
Constructors
Line()
Declaration
public Line()
Properties
TopMost
Declaration
public bool TopMost { get; set; }
Property Value
System.Boolean
|
X1
Declaration
public double X1 { get; set; }
Property Value
System.Double
|
X2
Declaration
public double X2 { get; set; }
Property Value
System.Double
|
Y1
Declaration
public double Y1 { get; set; }
Property Value
System.Double
|
Y2
Declaration
public double Y2 { get; set; }
Property Value
System.Double
|
Methods
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
PaintCore(IPaintingContext)
Declaration
protected override void PaintCore(IPaintingContext context)
Parameters
IPaintingContext
context
|