DrawingManager Class

Describes format settings for all kind of font usages in the application.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public abstract class DrawingManager
Inheritance
Object    DrawingManager

Constructors

DrawingManagerInitializes a new instance of the DrawingManager class

Properties

Absolute Format of the absolute variable.
BackgroundColor Text background color of the text entries.
BuiltInFunction Format of the built-in function.
BuiltInFunctionIndex Format of the built-in function index.
BuiltInVariable Format of the built-in variable.
BuiltInVariableIndex Format of the built-in variable index.
DefaultTerm Default format of the equation term.
DefaultTermIndex Default format of the equation index term.
FontFamily Font family for the text entries.
FontSize Font size for the text entries.
Name Name of the format profile.
Number Format of the number.
Operator Format of the operator.
String Format of the string.
TextColor Text color of the text entries.
Unit Format of the unit of measurement.
UnitIndex Format of the unit of measurement index.
UserDefinedFunction Format of the user-defined function.
UserDefinedFunctionIndex Format of the user-defined function index.
UserDefinedVariable Format of the user-defined variable.
UserDefinedVariableIndex Format of the user-defined variable index.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also