←Select platform

Stroke Property

Summary

Gets or sets the object to use when drawing the border of this AnnContainer.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnStroke Stroke { get; set; } 
Public Property Stroke As Leadtools.Annotations.Core.AnnStroke 
public Leadtools.Annotations.Core.AnnStroke Stroke {get; set;} 
@property (nonatomic) LTAnnStroke* stroke; 
public AnnStroke getStroke() 
public 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 object 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly