Intersoft ClientUI Documentation
ReflectionPosition Property (UXStackMenu)



Gets or sets a value that determine the position of the reflection.
Syntax
<CategoryAttribute("Reflection")>
Public Property ReflectionPosition As Dock
Dim instance As UXStackMenu
Dim value As Dock
 
instance.ReflectionPosition = value
 
value = instance.ReflectionPosition
[CategoryAttribute("Reflection")]
public Dock ReflectionPosition {get; set;}
[CategoryAttribute("Reflection")]
public:
property Dock ReflectionPosition {
   Dock get();
   void set (    Dock value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXStackMenu Class
UXStackMenu Members

Send Feedback