←Select platform

Stroke Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public AnnStroke Stroke { get; set; } 
Public Property Stroke As AnnStroke 
@property (nonatomic, strong, nullable) LTAnnStroke *stroke 
public AnnStroke getStroke() 
public void setStroke(AnnStroke 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 object with a length of 1.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly