API Help
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / DimensionValueCenteredInLine Property

In This Topic
    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