'Declaration Public Shared Function _buildStyle( _ Optional ByVal fillOpacity As Nullable(Of Double), _ Optional ByVal fill As String, _ 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 _buildStyle( Nullable<double> fillOpacity, string fill, Nullable<double> strokeOpacity, string stroke, Nullable<double> strokeWidth, string strokeDasharray, Nullable<bool> scalingStroke )
Parameters
- fillOpacity
- fill
- strokeOpacity
- stroke
- strokeWidth
- strokeDasharray
- scalingStroke