C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the stroke to use when drawing the frame of this object.
public AnnStroke SelectionStroke { get; set; }
Public Property SelectionStroke As Leadtools.Annotations.Core.AnnStroke
public Leadtools.Annotations.Core.AnnStroke SelectionStroke {get; set;}
@property (nonatomic) LTAnnStroke* selectionStroke;
public AnnStroke getSelectionStroke()
public void setSelectionStroke(AnnStroke stroke)
get_SelectionStroke();
set_SelectionStroke(value);
Object.defineProperty('SelectionStroke');
The AnnStroke to use when drawing the frame of this object. The default value is a dark green solid stroke.
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