InteractionTracker.MaxScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.