Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Dialog.ShowDirection Property

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

[Visual Basic]
Public Property ShowDirection As ExpandDirection
[C#]
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

Dialog Class | EO.Web Namespace


Direct link to this topic