InteractionTracker.MaxScale Property

Definition

The maximum scale for the InteractionTracker.

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

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

Property Value

Single

float

The maximum scale for the InteractionTracker.

Applies to