LabelOrganizingSettings.Priority Property
Gets or sets a priority for the label placement algorithm.
Syntax
public AttributeVariable< System.Double > Priority { get; set; }
Property Value
Default: 0.0
A priority for the label placement algorithm, labels with higher priorities have precedence over labels with lower priorities.
Remarks
A label with a high priority unconditionally wins over a label with a lower priority. The label priority is strict and the label placement algorithm places labels with higher priority before it tries to place labels with lower priorities.
Platforms
Windows, Linux, Android