(Leadtools.Annotations.Core)

Stroke Property (AnnContainer)

Show in webframe





Gets or sets the object to use when drawing the border of this AnnContainer.
Syntax
public AnnStroke Stroke {get; set;}
Public Property Stroke As AnnStroke
public AnnStroke Stroke {get; set;}
@property (nonatomic) LTAnnStroke* stroke;
public AnnStroke getStroke()
public void setStroke(AnnStroke stroke)
            
 
get_Stroke();
set_Stroke(value);
Object.defineProperty('Stroke');

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

See Also

Reference

AnnContainer Class
AnnContainer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.