[]
Gets or sets an instance of the ShapeBase-derived class specifying properties of the geometric shape drawn by this field (if ShapeType is not None).
[TypeConverter(typeof(ExpandableObjectConverter))]
[C1Category("Special")]
[C1Description("Field.Shape", "Specifies the geometric properties of the shape drawn by this field.")]
public ShapeBase Shape { get; set; }
<TypeConverter(GetType(ExpandableObjectConverter))>
<C1Category("Special")>
<C1Description("Field.Shape", "Specifies the geometric properties of the shape drawn by this field.")>
Public Property Shape As ShapeBase