Class GanttGraphicalViewBaseTaskElement
Represents a base class for all task elements in a Gantt
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttGraphicalViewBaseTaskElement : GanttViewVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GanttGraphicalViewBaseTaskElement()
Declaration
public GanttGraphicalViewBaseTaskElement()
Fields
SelectedProperty
Properties
IsMouseOverEndResizeRectangle
Gets or sets a value indicating whether the mouse is over the right area where resize could start.
Declaration
public bool IsMouseOverEndResizeRectangle { get; set; }
Property Value
System.
|
IsMouseOverStartResizeRectangle
Gets or sets a value indicating whether the mouse is over the left area where resize could start.
Declaration
public bool IsMouseOverStartResizeRectangle { get; set; }
Property Value
System.
|
Methods
CanBeResized()
Determines whether this instance can be resized.
Declaration
public virtual bool CanBeResized()
Returns
System.
|
CanDragCore(Point)
Determines whether the element may be dragged.
Declaration
protected override bool CanDragCore(Point dragStartPoint)
Parameters
System.
|
Returns
System.
|
Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
OnMouseLeave(EventArgs)
Raises the Mouse
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
System. The System. |
Overrides
OnMouseMove(MouseEventArgs)
Raises the Mouse
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System. The System. |