Intersoft ClientUI Documentation
ContentEffect Property (StylishLabel)



Gets or sets the pixel shader effect to use for rendering the text element.
Syntax
<CategoryAttribute("Appearance")>
Public Property ContentEffect As Effect
Dim instance As StylishLabel
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

StylishLabel Class
StylishLabel Members

Send Feedback