Intersoft ClientUI Documentation
CallOutEffect Property (UXCallOut)



Gets or sets the pixel shader effect to use for rendering the call out element.
Syntax
<CategoryAttribute("Appearance")>
Public Property CallOutEffect As Effect
Dim instance As UXCallOut
Dim value As Effect
 
instance.CallOutEffect = value
 
value = instance.CallOutEffect
[CategoryAttribute("Appearance")]
public Effect CallOutEffect {get; set;}
[CategoryAttribute("Appearance")]
public:
property Effect^ CallOutEffect {
   Effect^ get();
   void set (    Effect^ 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

UXCallOut Class
UXCallOut Members

Send Feedback