public MapDashStyle GetBorderStyle(Style style, StyleInstance styleInstance, bool hasScope) { if (style != null) { Border border = style.Border; if (border != null) { return(MapMapper.GetDashStyle(border, hasScope, false)); } } return(MapDashStyle.Solid); }