(Leadtools.Annotations.Core)

StrokeDashArray Property

LEADTOOLS SDK Help  |  





Gets or sets an array of double values that represent the dash pattern for this AnnStroke.
Syntax
public double[] StrokeDashArray {get; set;}
public double[] StrokeDashArray {get; set;}
@property (nonatomic) NSArray* strokeDashArray;
public double[] getStrokeDashArray()
public void setStrokeDashArray(double[] strokeDashArray)
            
 
get_StrokeDashArray();
set_StrokeDashArray(value);
Object.defineProperty('StrokeDashArray');
Public Property StrokeDashArray As Double()
 

Property Value

An array of double values that represent the dash pattern for this AnnStroke.
Requirements

Target Platforms

See Also

Reference

AnnStroke Class
AnnStroke Members

 

 


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