Class GanttViewTaskElement
Represents a task element in a GanttViewGraphicalViewElement.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewTaskElement : GanttGraphicalViewBaseTaskElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GanttViewTaskElement()
Declaration
public GanttViewTaskElement()
Properties
ProgressIndicatorElement
Gets the progress indicator element.
Declaration
public TaskProgressIndicatorElement ProgressIndicatorElement { get; }
Property Value
TaskProgressIndicatorElement
The progress indicator element. |
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
CreateProgressIndicatorElement()
Creates the progress indicator element.
Declaration
protected virtual TaskProgressIndicatorElement CreateProgressIndicatorElement()
Returns
TaskProgressIndicatorElement
|
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|