←Select platform

Stroke Property

Summary

Gets or sets the style to use for drawing the thumb.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnStroke Stroke { get; set; } 
@property (nonatomic) LTAnnStroke* stroke; 
AnnStroke getStroke(); 
void setStroke(AnnStroke stroke); 
             
get_Stroke(); 
set_Stroke(value); 
Object.defineProperty('Stroke');  
public:  
   property AnnStroke^ Stroke 
   { 
      AnnStroke^ get() 
      void set(AnnStroke^ value) 
   } 

Property Value

The style to use for drawing the thumb. The default value is a black AnnStroke with a length of 1.

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