←Select platform

Foreground Property

Summary

Gets or sets the AnnBrush used to draw the foreground of this AnnLabel.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnBrush Foreground { get; set; } 
Public Property Foreground As Leadtools.Annotations.Core.AnnBrush 
public Leadtools.Annotations.Core.AnnBrush Foreground {get; set;} 
@property (nonatomic) LTAnnBrush* textForeground; 
public AnnBrush getForeground() 
public void setForeground(AnnBrush foreground) 
             
  
get_Foreground(); 
set_Foreground(value); 
Object.defineProperty('Foreground');  
public:  
   property AnnBrush^ Foreground 
   { 
      AnnBrush^ get() 
      void set(AnnBrush^ value) 
   } 

Property Value

The AnnBrush used to draw the foreground of this AnnLabel.

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel Members

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