The LabelStyle type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddChild | Add a new child label style to the current label style's node with the default setings' value. | |
| AddComponent | Add a valid component into the label style. | |
| AddReferenceTextComponent | Add ReferenceText component into the label style. | |
| AddTextForEachComponent | Add TextForEach component into the label style. | |
| CopyAsSibling |
Copy the current style and add it to the parent node as a sibling.
(Inherited from StyleBase) | |
| ExportTo(Database, StyleConflictResolverType) |
Exports the current style to another drawing.
(Inherited from StyleBase) | |
| GetComponents | Gets the objectId collection of label style components that specify the appearance and behavior of labels. | |
| GetComponentsCount | The number of all components. | |
| GetComponentsCount(LabelStyleComponentType) | The number of a specific type of component. | |
| GetComponentsDrawOrder | Gets the supported components in draw order, component at the end(as UI list on the top) is drawn last. | |
| IsSupportedComponent | Gets an bool value specifies whether the component type is supported in this label style. | |
| RemoveAllDescendants | Removes all the descendants under the current labelstyle node. | |
| RemoveChild(Int32) | Removes a child label style by index from the current labelstyle node. | |
| RemoveChild(String) | Removes a child label style by name from the current labelstyle node. | |
| RemoveComponent | Remove a component from the label style. | |
| SetComponentsDrawOrder | Sets the supported components' draw order. | |
| SwitchComponentsDrawOrder | Switch the supported components' draw order by index. |
