DimensionValueCenteredInLine Property
In This Topic
Determines whether dimension value is centered in line
Syntax
public bool DimensionValueCenteredInLine {get; set;}
public:
property bool DimensionValueCenteredInLine {
bool get();
void set ( bool value);
}
See Also