←Select platform

StrokeDashArray Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double[] StrokeDashArray { get; set; } 
Public Property StrokeDashArray As Double() 
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 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly