←Select platform

Stroke Property

Summary

Gets or sets the AnnStroke associated with this AnnObject.

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 AnnStroke used to draw this AnnObject. The default value is a solid red stroke with length of 1.

Remarks

This property should be used to trace the outline of this object. Each object renderer is responsible for determining whether to use this property and what the outline of the object is. For example, the renderer for AnnRectangleObject will use this property to draw the rectangle area border. Setting Stroke to null will draw a rectangle without a border (only filled, depending on the value of Fill).

Example

For an example, refer to AnnContainer.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject 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