←Select platform

LoadingPictureStroke Property

Summary

Gets or sets the object to use for stroking the border of the loading picture placeholder rectangle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public:  
   property AnnStroke^ LoadingPictureStroke 
   { 
      AnnStroke^ get() 
      void set(AnnStroke^ value) 
   } 

Property Value

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.

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