ClassDiagramElement
The Tooltip button of the RadDiagram.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class DiagramElement : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlDiagramElement
Inherited Members
Constructors
DiagramElement()
Initializes a new instance of the Diagram class.
Declaration
public DiagramElement()
DiagramElement(Element)
Initializes a new instance of the Diagram class.
Properties
ConnectionFrom
Gets the RadDiagram connection "From" shape value.
ConnectionTo
Gets the RadDiagram connection "To" shape value.
Height
Gets the Height of RadDiagram element.
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for RadDiagram.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
PositionX
Gets the PositionX of RadDiagram element.
PositionY
Gets the PositionY of RadDiagram element.
RotationAngle
Gets the PositionY of RadDiagram element.
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.