←Select platform

Stroke Property

Summary
Gets or sets the style of stroke to use for drawing the thumb.
Syntax
C#
Objective-C
C++/CLI
Java
public AnnStroke Stroke { get; set; } 
@property (nonatomic, strong, nullable) LTAnnStroke *stroke 
public AnnStroke getStroke(); 
public void setStroke( 
   AnnStroke annStroke 
); 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.