DimensionPositionCalculated Property (DimensionItem)
Gets/Sets whether the dimension's text is automatically positioned (in relation to the dimension item itself).
public bool DimensionPositionCalculated {get; set;}
public:
property bool DimensionPositionCalculated {
bool get();
void set ( bool value);
}