LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Foreground Property (IAnnText)

Show in webframe





Gets or sets the color of this text object.
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

            

            
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

See Also

Reference

IAnnText Interface
IAnnText Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.