Class EdgeExtensions
Provides some extension methods for the Edge enum.
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 |
|---|---|
| bool |
|
IsVertical(Edge)
Declaration
public static bool IsVertical(this Edge edge)
Parameters
| Type | Name | Description |
|---|---|---|
| Edge | edge | The edge to check. |
Returns
| Type | Description |
|---|---|
| bool |
|