SimpleLabeling.Priority

SimpleLabeling.Priority property

Indicates priority of this label in case if it overlaps with another label. The label with lower priority is not rendered. Default is 1000.

public int Priority { get; set; }

See Also