次の方法で共有


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 の最小スケール。

適用対象