←Select platform

Fill Property

Summary
Gets or sets the AnnBrush to use when filling the interior of this AnnContainer.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnBrush Fill { get; set; } 
@property (nonatomic, strong) LTAnnBrush *fill; 
public AnnBrush getFill() 
public void setFill(AnnBrush fill) 
public:  
   property AnnBrush^ Fill 
   { 
      AnnBrush^ get() 
      void set(AnnBrush^ value) 
   } 
Fill # get and set (AnnContainer) 

Property Value

The AnnBrush to use when filling the interior of this AnnContainer. The default value is null.

Remarks

A value of null means do not fill the background of the container.

Example

This example will give the container a blue border with thickness of 2 and a semi-transparent brush.

 

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.