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

In This Topic
    DimensionValueCenteredInLine Property
    In This Topic
    Gets or sets 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