Show / Hide Table of Contents

Class CustomPopupPosition

The calculated CustomPopupPlacement

Inheritance
object
CustomPopupPosition
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class CustomPopupPosition

Properties

View Source

PinLocation

PinLocation

Declaration
public PinLocation PinLocation { get; set; }
Property Value
Type Description
PinLocation
View Source

Position

Position

Declaration
public Point Position { get; set; }
Property Value
Type Description
Point

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX