CustomShape Property
CustomShape
Gets or sets the custom shape if Shape property is Custom.
Declaration
[TypeConverter(typeof(CustomShapeConverter))]
public CustomShape CustomShape { get; set; }
<TypeConverter(GetType(CustomShapeConverter))>
Public Property CustomShape As CustomShape