C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an array of double values that represent the dash pattern for this AnnStroke.
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)
}
An array of double values that represent the dash pattern for this AnnStroke.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET