←Select platform

Stroke Property

Summary
Gets or sets the AnnStroke to use when drawing the border of this AnnContainer.
Syntax
C#
VB
Objective-C
C++
Java
public AnnStroke Stroke { get; set; } 
Public Property Stroke As AnnStroke 
@property (nonatomic) LTAnnStroke* stroke; 
public AnnStroke getStroke() 
public void setStroke(AnnStroke stroke) 
public:  
   property AnnStroke^ Stroke 
   { 
      AnnStroke^ get() 
      void set(AnnStroke^ value) 
   } 

Property Value

The AnnStroke to use when drawing the border of this AnnContainer. The default value is null.

Remarks

A value of null means do not draw the borders of the container.

Example

For an example, refer to AnnContainer.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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