Class DiagramElement
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.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class DiagramElement : HtmlContainerControlConstructors
DiagramElement()
Declaration
public DiagramElement()DiagramElement(Element)
Properties
ConnectionFrom
Declaration
public string ConnectionFrom { get; }Property Value
| System.String 
 | 
ConnectionTo
Declaration
public string ConnectionTo { get; }Property Value
| System.String 
 | 
Height
Declaration
public decimal Height { get; }Property Value
| System.Decimal 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
PositionX
Declaration
public decimal PositionX { get; }Property Value
| System.Decimal 
 | 
PositionY
Declaration
public decimal PositionY { get; }Property Value
| System.Decimal 
 | 
RotationAngle
Declaration
public int RotationAngle { get; }Property Value
| System.Int32 
 | 
Width
Declaration
public decimal Width { get; }Property Value
| System.Decimal 
 |