Intersoft ClientUI Documentation
ContentEffect Property (UXButton)



Specifies the pixel shader effect applied to the content element of the button.
Syntax
<CategoryAttribute("Appearance")>
Public Property ContentEffect As Effect
Dim instance As UXButton
Dim value As Effect
 
instance.ContentEffect = value
 
value = instance.ContentEffect
[CategoryAttribute("Appearance")]
public Effect ContentEffect {get; set;}
[CategoryAttribute("Appearance")]
public:
property Effect^ ContentEffect {
   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

UXButton Class
UXButton Members

Send Feedback