Intersoft ClientUI Documentation
ExpandDirection Property (UXRatingItem)



Gets or sets the expand direction for the clipper
Syntax
<CategoryAttribute("Common Properties")>
Public Property ExpandDirection As ExpandDirection
Dim instance As UXRatingItem
Dim value As ExpandDirection
 
instance.ExpandDirection = value
 
value = instance.ExpandDirection
[CategoryAttribute("Common Properties")]
public ExpandDirection ExpandDirection {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ExpandDirection ExpandDirection {
   ExpandDirection get();
   void set (    ExpandDirection 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

UXRatingItem Class
UXRatingItem Members

Send Feedback