DimensionPositionCalculated Property (DimensionItem)
In This Topic
Gets or sets whether the dimension's text is automatically positioned (in relation to the DimensionItem itself).
Syntax
public bool DimensionPositionCalculated {get; set;}
public:
property bool DimensionPositionCalculated {
bool get();
void set ( bool value);
}
See Also