C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the object to use for filling the background of the loading picture placeholder rectangle.
public AnnBrush LoadingPictureFill { get; set; }
Public Property LoadingPictureFill As Leadtools.Annotations.Core.AnnBrush
public Leadtools.Annotations.Core.AnnBrush LoadingPictureFill {get; set;}
@property (nonatomic) LTAnnBrush* loadingPictureFill;
public AnnBrush getLoadingPictureFill()
public void setLoadingPictureFill(AnnBrush loadingPictureFill)
get_LoadingPictureFill();
set_LoadingPictureFill(value);
Object.defineProperty('LoadingPictureFill');
The object to use for filling the background of the loading picture placeholder rectangle. The default value is a solid black AnnSolidColorBrush.
For more information, refer to LoadPicture.
For an example, refer to LoadPicture.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET