Class DropDownCustomPopupPlacement
Used to place the popup window in left to right.
Inheritance
System.Object
DropDownCustomPopupPlacement
Inherited Members
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: Syncfusion.Windows.Shared.Printing
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class DropDownCustomPopupPlacement
Constructors
DropDownCustomPopupPlacement()
Declaration
public DropDownCustomPopupPlacement()
Properties
Callback
Declaration
public static CustomPopupPlacementCallback Callback { get; }
Property Value
Type |
---|
System.Windows.Controls.Primitives.CustomPopupPlacementCallback |
Methods
GetPlaces(Size, Size, Point)
Declaration
public static CustomPopupPlacement[] GetPlaces(Size popupSize, Size targetSize, Point offset)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | popupSize | |
System.Windows.Size | targetSize | |
System.Windows.Point | offset |
Returns
Type |
---|
System.Windows.Controls.Primitives.CustomPopupPlacement[] |