←Select platform

StrokeDashArray Property

Summary

Gets or sets an array of double values that represent the dash pattern for this AnnStroke.

Syntax
C#
VB
Objective-C
C++
Java
public double[] StrokeDashArray { get; set; } 
Public Property StrokeDashArray As Double() 
@property (nonatomic) NSArray* strokeDashArray; 
public double[] getStrokeDashArray() 
public void setStrokeDashArray(double[] strokeDashArray) 
public:  
   property array<double>^ StrokeDashArray 
   { 
      array<double>^ get() 
      void set(array<double>^ value) 
   } 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly