public abstract class DrawingManager
Public MustInherit Class DrawingManager
public ref class DrawingManager abstract
[<AbstractClassAttribute>]
type DrawingManager = class end
DrawingManager | Initializes a new instance of the DrawingManager class |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |