Table of Contents
CapOffset Property

Gets or sets the offset of the cap of the shape.

Syntax
 public Double CapOffset { get; set; }
Remarks

The CapOffset defines the distance between the cap edge and the edge of the large curve. The following image demonstrates the CapOffset value for a QuarterGaugeShape:

The following image demonstrates the CapOffset value for a HalfGaugeShape:

CapOffset has no effect on ThreeQuarterGaugeShape.

See Also