Class EdgeExtensions
Provides some extension methods for the Edge enum.
Inheritance
System.Object
    EdgeExtensions
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
    Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class EdgeExtensions
  Methods
View SourceIsHorizontal(Edge)
Declaration
public static bool IsHorizontal(this Edge edge)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Edge | edge | The edge to check.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
IsVertical(Edge)
Declaration
public static bool IsVertical(this Edge edge)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Edge | edge | The edge to check.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
  |