Table of Contents
ShowDirection Property

Specifies the direction when showing the dialog. Only applies when AnchorElementID is specified.

Syntax
 public ExpandDirection ShowDirection { get; set; }
Remarks

This property only applies if AnchorElementID is specified.

When both AnchorElementID and this property are specified, the dialog will display at the anchor element's position and expand at the direction specified by this property to fully show its content.
See Also