←Select platform

Background Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnBrush Background { get; set; } 
Public Property Background As Leadtools.Annotations.Core.AnnBrush 
public Leadtools.Annotations.Core.AnnBrush Background {get; set;} 
@property (nonatomic) LTAnnBrush* textBackground; 
public AnnBrush getBackground() 
public void setBackground(AnnBrush background) 
             
  
get_Background(); 
set_Background(value); 
Object.defineProperty('Background');  
public:  
   property AnnBrush^ Background 
   { 
      AnnBrush^ get() 
      void set(AnnBrush^ value) 
   } 

Property Value

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