←Select platform

LoadingPictureFill Property

Summary

Gets or sets the object to use for filling the background of the loading picture placeholder rectangle.

Syntax
C#
VB
Objective-C
C++
Java
public AnnBrush LoadingPictureFill { get; set; } 
Public Property LoadingPictureFill As AnnBrush 
@property (nonatomic) LTAnnBrush* loadingPictureFill; 
public AnnBrush getLoadingPictureFill() 
public void setLoadingPictureFill(AnnBrush loadingPictureFill) 
public:  
   property AnnBrush^ LoadingPictureFill 
   { 
      AnnBrush^ get() 
      void set(AnnBrush^ value) 
   } 

Property Value

The object to use for filling the background of the loading picture placeholder rectangle. The default value is a solid black AnnSolidColorBrush.

Remarks

For more information, refer to LoadPicture.

Example

For an example, refer to LoadPicture.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly