←Select platform

Stroke Property

Summary

Gets or sets the AnnBrush for this AnnStroke.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnBrush Stroke { get; set; } 
Public Property Stroke As Leadtools.Annotations.Core.AnnBrush 
public Leadtools.Annotations.Core.AnnBrush Stroke {get; set;} 
@property (nonatomic) LTAnnBrush* stroke; 
public AnnBrush getStroke() 
public void setStroke(AnnBrush brush) 
             
  
get_Stroke(); 
set_Stroke(value); 
Object.defineProperty('Stroke');  
public:  
   property AnnBrush^ Stroke 
   { 
      AnnBrush^ get() 
      void set(AnnBrush^ value) 
   } 

Property Value

The AnnBrush for this AnnStroke.

Requirements

Target Platforms

See Also

Reference

AnnStroke Class

AnnStroke Members

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