Show / Hide Table of Contents

Enum Edge

Specifies the Edge position of a rectangle.

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum Edge

Fields

Name Description
Bottom

The bottom edge.

Left

The left edge.

Right

The right edge.

Top

The top edge.

Unknown

The actual edge is unknown

Extension Methods

EdgeExtensions.IsHorizontal()
EdgeExtensions.IsVertical()
CollectionExtensions.AddRange<T, Edge>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<Edge>()
  • View Source
Back to top Generated by DocFX