InteractionTracker.MinScale Property

Definition

The minimum scale for the InteractionTracker.

public:
 property float MinScale { float get(); void set(float value); };
float MinScale();

void MinScale(float value);
public float MinScale { get; set; }
var single = interactionTracker.minScale;
interactionTracker.minScale = single;
Public Property MinScale As Single

Property Value

Single

float

The minimum scale for the InteractionTracker.

Applies to