←Select platform

Foreground Property

Summary

Gets or sets the color of this text object.

Syntax

C#
VB
C++
public Color Foreground { get; set; } 
  
Property Foreground As Color 
property Color Foreground { 
   Color get(); 
   void set (    Color ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly