Click or drag to resize

TextBatchPrimitiveDistanceDisplayConditionPerString Property

Gets or sets a DistanceDisplayCondition that is evaluated per string in the text batch during rendering. This is different than DisplayCondition, which is evaluated once for the entire text batch. When DistanceDisplayConditionPerString is null, no per string display condition is evaluated.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DistanceDisplayCondition DistanceDisplayConditionPerString { get; set; }

Property Value

Type: DistanceDisplayCondition
Remarks
During rendering, first the primitive's DisplayCondition is evaluated. If it succeeds, this distance display condition is evaluated for each string in the batch before a marker is rendered.
See Also