←Select platform

StrokeDashArray Property

Summary
Gets or sets an array of double values that represent the dash pattern for this AnnStroke.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public double[] StrokeDashArray { get; set; } 
@property (nonatomic, strong, nullable) NSArray<NSNumber *> *strokeDashArray; 
public double[] getStrokeDashArray() 
public void setStrokeDashArray(double[] strokeDashArray) 
public:  
   property array<double>^ StrokeDashArray 
   { 
      array<double>^ get() 
      void set(array<double>^ value) 
   } 
StrokeDashArray # get and set (AnnStroke) 

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 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.