'Declaration Public Shared Function _buildStrokeStyle( _ Optional ByVal strokeOpacity As Nullable(Of Double), _ Optional ByVal stroke As String, _ Optional ByVal strokeWidth As Nullable(Of Double), _ Optional ByVal strokeDasharray As String, _ Optional ByVal scalingStroke As Nullable(Of Boolean) _ ) As IStyle
public static IStyle _buildStrokeStyle( Nullable<double> strokeOpacity, string stroke, Nullable<double> strokeWidth, string strokeDasharray, Nullable<bool> scalingStroke )
Parameters
- strokeOpacity
- stroke
- strokeWidth
- strokeDasharray
- scalingStroke