Class TreeNodeLineElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TreeNodeLineElement : TreeViewVisual, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
TreeNodeLineElement()
Initializes a new instance of the TreeNodeLineElement class.
Declaration
public TreeNodeLineElement()
TreeNodeLineElement(TreeNodeElement)
Initializes a new instance of the TreeNodeLineElement class.
Declaration
public TreeNodeLineElement(TreeNodeElement nodeElement)
Parameters
TreeNodeElement
nodeElement
The table element. |
Fields
LineStyleProperty
LineWidthProperty
TypeProperty
Properties
LineStyle
Gets or sets a value determining the style of the link lines
Declaration
public DashStyle LineStyle { get; set; }
Property Value
System.Drawing.Drawing2D.DashStyle
|
LineWidth
Gets or sets a value determining the width of the link lines
Declaration
public float LineWidth { get; set; }
Property Value
System.Single
|
Type
Gets or sets a value determining the shape of the link
Declaration
public TreeNodeLineElement.LinkType Type { get; set; }
Property Value
TreeNodeLineElement.LinkType
|
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
PaintElement(IGraphics, Single, SizeF)
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
Overrides
PaintHorizontalLine(IGraphics)
Declaration
protected virtual void PaintHorizontalLine(IGraphics graphics)
Parameters
IGraphics
graphics
|
PaintLeftTopAngleShape(IGraphics)
Declaration
protected virtual void PaintLeftTopAngleShape(IGraphics graphics)
Parameters
IGraphics
graphics
|
PaintRightBottomAngleShape(IGraphics)
Declaration
protected virtual void PaintRightBottomAngleShape(IGraphics graphics)
Parameters
IGraphics
graphics
|
PaintRightTopAngleShape(IGraphics)
Declaration
protected virtual void PaintRightTopAngleShape(IGraphics graphics)
Parameters
IGraphics
graphics
|
PaintTShape(IGraphics)
PaintVerticalLine(IGraphics)
Declaration
protected virtual void PaintVerticalLine(IGraphics graphics)
Parameters
IGraphics
graphics
|