Intersoft ClientUI Documentation
ExpandDirection Property (UXClipper)



Gets or sets the clipped edge.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ExpandDirection As ExpandDirection
Dim instance As UXClipper
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

UXClipper Class
UXClipper Members

Send Feedback