C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the object to use for stroking the border of the loading picture placeholder rectangle.
public AnnStroke LoadingPictureStroke { get; set; }
Public Property LoadingPictureStroke As Leadtools.Annotations.Core.AnnStroke
public Leadtools.Annotations.Core.AnnStroke LoadingPictureStroke {get; set;}
@property (nonatomic) LTAnnStroke* loadingPictureStroke;
public AnnStroke getLoadingPictureStroke()
public void setLoadingPictureStroke(AnnStroke loadingPictureStroke)
get_LoadingPictureStroke();
set_LoadingPictureStroke(value);
Object.defineProperty('LoadingPictureStroke');
The object used for stroking the border of the loading picture placeholder rectangle. The default value is a white AnnStroke with a length of 1.
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