API Reference
Struct
PopupPlacement
Final popup placement in device-independent units.
Inheritance
- ValueType
- PopupPlacement
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method PopupPlacement.Equals
- Method PopupPlacement.op_Equality
- Method PopupPlacement.op_Equality
- Method PopupPlacement.op_Inequality
- Method PopupPlacement.op_Inequality
Constructors
public PopupPlacement(Double Left, Double Top) #Final popup placement in device-independent units.
Parameters
- Left System.Double
- Top System.Double
Methods
public Void Deconstruct(out Double Left, out Double Top) #Returns:
VoidParameters
- Left Double
- Top Double
Equals 2 overloads
public override Int32 GetHashCode() #Returns:
Int32public static Boolean op_Equality(PopupPlacement left, PopupPlacement right) #Returns:
BooleanParameters
- left PopupPlacement
- right PopupPlacement
public static Boolean op_Inequality(PopupPlacement left, PopupPlacement right) #Returns:
BooleanParameters
- left PopupPlacement
- right PopupPlacement
public override String ToString() #Returns:
String