# C1.Win.Map.Marker.CustomShape

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Map_Marker_CustomShape_" data-uid="C1.Win.Map.Marker.CustomShape*">CustomShape Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Map_Marker_CustomShape_" data-uid="C1.Win.Map.Marker.CustomShape*"></a>
<h4 id="C1_Win_Map_Marker_CustomShape" data-uid="C1.Win.Map.Marker.CustomShape">CustomShape</h4>
<div class="markdown level1 summary"><p>Gets or sets the custom shape if <a class="xref" href="C1.Win.Map.Marker.Shape.html#C1_Win_Map_Marker_Shape">Shape</a> property is <a class="xref" href="C1.FlexMap.MarkerShape.html#C1_FlexMap_MarkerShape_Custom">Custom</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CustomShapeConverter))]
public CustomShape CustomShape { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CustomShapeConverter))&gt;
Public Property CustomShape As CustomShape</code></pre>
</div>
</div>
