←Select platform

TextBackground Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnBrush TextBackground { get; set; } 
Public Property TextBackground As Leadtools.Annotations.Core.AnnBrush 
public Leadtools.Annotations.Core.AnnBrush TextBackground {get; set;} 
@property (nonatomic) LTAnnBrush* textBackground; 
public AnnBrush getTextBackground() 
public void setTextBackground(AnnBrush textBackground) 
             
  
get_TextBackground(); 
set_TextBackground(value); 
Object.defineProperty('TextBackground');  
public:  
   property AnnBrush^ TextBackground 
   { 
      AnnBrush^ get() 
      void set(AnnBrush^ value) 
   } 

Property Value

The AnnBrush used to paint the background 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