[]
Creates a new Style object with default values.
public static Style CreateDefaultStyle(bool isLineStyle = false)
Type | Name | Description |
---|---|---|
bool | isLineStyle | A bool value indicating whether the style is for a line.
Default is |
Type | Description |
---|---|
Style | A new Style object with default values. |