C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the object to use when drawing the border of this AnnContainer.
public AnnStroke Stroke { get; set; }
Public Property Stroke As Leadtools.Annotations.Core.AnnStroke
public Leadtools.Annotations.Core.AnnStroke Stroke {get; set;}
@property (nonatomic) LTAnnStroke* stroke;
public AnnStroke getStroke()
public void setStroke(AnnStroke stroke)
get_Stroke();
set_Stroke(value);
Object.defineProperty('Stroke');
The object to use when drawing the border of this AnnContainer. The default value is null.
A value of null means do not draw the borders of the container.
For an example, refer to AnnContainer.
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