Xamarin.iOS のドキュメント
Step プロパティ

C1.iOS.Gauge アセンブリ > C1.iOS.Gauge 名前空間 > C1Gauge クラス : Step プロパティ
ユーザーがこのコントロールを直接操作するときに設定できる Valueの間隔を決定する値を取得または設定します。たとえば、Step=25 の場合、設定可能な値は 0、25、50、75、100 になります。
シンタックス
'宣言
 
<Foundation.ExportAttribute("Step")>
<System.ComponentModel.BrowsableAttribute(True)>
Public Property Step As System.Double
[Foundation.Export("Step")]
[System.ComponentModel.Browsable(true)]
public System.double Step {get; set;}
参照

C1Gauge クラス
C1Gauge メンバ