loadingPictureFill Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnRenderingEngine.prototype, 'loadingPictureFill', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
loadingPictureFill: AnnBrush; 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly