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

In This Topic
    TextFontInfo Property (DimensionItem)
    In This Topic
    Font for displayed text.
    Syntax
    public TextBase.FontInfo TextFontInfo {get; set;}
    public:
    property TextBase.FontInfo^ TextFontInfo {
       TextBase.FontInfo^ get();
       void set (    TextBase.FontInfo^ value);
    }
    See Also