Leadtools.Annotations.Core Namespace > AnnObject Class : Stroke Property |
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');
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).
For an example, refer to AnnContainer.