Show / Hide Table of Contents

Class CustomPopupPosition

The calculated CustomPopupPlacement

Inheritance
System.Object
CustomPopupPosition
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 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
System.Windows.Point

Extension Methods

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