This document is archived and information here might be outdated. Recommended version. |
Indicates the width of the elevated lines in pixels.
[Visual Basic .NET]
Public Property ElevatedLinesWidth As Double
[C#]
public double ElevatedLinesWidth {get; set;}
[C++]
HRESULT get_ElevatedLinesWidth(
System.Double* width
);
[C++]
HRESULT put_ElevatedLinesWidth(
double width
);
[C++] Parameters width [out, retval]
width is a parameter of type double* width [in]
width is a parameter of type double