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

MenuGroup.ShadowDepth Property

Specifies the depth (in pixel) of the submenu shadow. If not set, default value(3px) is used.

[Visual Basic]
Public Property ShadowDepth As Int32
[C#]
public Int32 ShadowDepth {get; set;}

Property Value

System.Int32

The depth (in pixel) of the submenu's shadow.

This property is read /write.

Remarks

Use ShadowDepth property to specify the depth of the shadow.

The default value is IntNotSet.

If this value is empty, parent item's look item's ShadowDepth is used;
if the look item's ShadowDepth is also empty, default value 3(px) is used.

See Also

MenuGroup Class | EO.Web Namespace


Direct link to this topic