Intersoft ClientUI Documentation
FontWeight Property (TextElement)



Gets or sets the top-level font weight for the content of the element.
Syntax
Public Property FontWeight As FontWeight
Dim instance As TextElement
Dim value As FontWeight
 
instance.FontWeight = value
 
value = instance.FontWeight
public FontWeight FontWeight {get; set;}
public:
property FontWeight FontWeight {
   FontWeight get();
   void set (    FontWeight 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

TextElement Class
TextElement Members

Send Feedback