Skip to main content
All docs
V25.1
  • DialogDisplayOptions Constructors

    Contains display options for a dialog.
    Name Parameters Description
    DialogDisplayOptions(ElementReference, HorizontalAlignment, VerticalAlignment) targetReference, horizontalAlignment, verticalAlignment Initializes a new instance of the DialogDisplayOptions class with the specified dialog target reference element, and horizontal and vertical alignment.
    DialogDisplayOptions(Point) targetPoint Initializes a new instance of the DialogDisplayOptions class with the specified dialog target point.
    DialogDisplayOptions(String, HorizontalAlignment, VerticalAlignment) targetSelector, horizontalAlignment, verticalAlignment Initializes a new instance of the DialogDisplayOptions class with the specified dialog target selector, and horizontal and vertical alignment.
    See Also