LEADTOOLS WinRT (Leadtools.Annotations.Core)
LEAD Technologies, Inc

Stroke Property (AnnObject)


Gets or sets the AnnStroke associated with this AnnObject. WinRT support
Syntax
public AnnStroke Stroke {get; set;}
 get_Stroke();
set_Stroke(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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.