共用方式為


InteractionTracker.MinScale 屬性

定義

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

屬性值

Single

float

InteractionTracker的最低小數位數。

適用於