LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Foreground Property (IAnnText)






Gets or sets the color of this text object. .NET support Silverlight support
Syntax
Color Foreground {get; set;}
'Declaration
 
Property Foreground As Color
'Usage
 
Dim instance As IAnnText
Dim value As Color
 
instance.Foreground = value
 
value = instance.Foreground
Color Foreground {get; set;}
get_Foreground();
set_Foreground(value);
property Color Foreground {
   Color get();
   void set (    Color value);
}

Property Value

A System.Windows.Media.Color value that specifies the color to use when drawing this text object.
Remarks
For more information, refer to Using Text in WPF Annotation Objects.
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

IAnnText Interface
IAnnText Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.