Overload | Description |
---|---|
ConstructTextSymbol() | Constructs a default text symbol. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructTextSymbol(Double) | Constructs a default text symbol given its size. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructTextSymbol(CIMColor,Double) | Constructs a default text symbol given its color and size. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructTextSymbol(CIMColor) | Constructs a default text symbol given its color. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructTextSymbol(String) | Constructs a default text symbol given its font family name. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructTextSymbol(String,String) | Constructs a default text symbol given its color, size, font family name and style. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructTextSymbol(CIMColor,Double,String) | Constructs a default text symbol given its color, size, and font family name. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructTextSymbol(CIMColor,Double,String,String) | Constructs a default text symbol given its color, size, font family name and style. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructTextSymbol(CIMPolygonSymbol,Double,String) | Constructs a default text symbol given its polygon symbol, size, and font family name. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructTextSymbol(CIMPolygonSymbol,Double,String,String) | Constructs a default text symbol given its polygon symbol, size, font family name and style. This method must be called on the MCT. Use QueuedTask.Run. |