UseSymbols Property
The UseSymbols property returns or sets the flag indicating whether labels should use symbols. It returns a Boolean.
Syntax
object.UseSymbols
object.UseSymbols = UseSymbols
Parameter |
Type |
Description |
UseSymbols |
Boolean |
Optional; True if labels should use symbols; False if not |
Example
This example demonstrates how to enable usage of symbols for all labels that use this LabelFormat object.
ILabelFormat.UseSymbols = True
Used by: LabelFormat Object