←Select platform

TextForeground Property

Summary

Gets or sets the AnnBrush used to paint the foreground of the text.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnBrush TextForeground { get; set; } 
Public Property TextForeground As Leadtools.Annotations.Core.AnnBrush 
public Leadtools.Annotations.Core.AnnBrush TextForeground {get; set;} 
@property (nonatomic) LTAnnBrush* textForeground; 
public AnnBrush getTextForeground() 
public void setTextForeground(AnnBrush textForeground) 
             
  
get_TextForeground(); 
set_TextForeground(value); 
Object.defineProperty('TextForeground');  
public:  
   property AnnBrush^ TextForeground 
   { 
      AnnBrush^ get() 
      void set(AnnBrush^ value) 
   } 

Property Value

The AnnBrush used to paint the foreground of the text.

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.Annotations.Core Assembly