UISlider.MaxValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個屬性會保存控制項的最大值。
public virtual float MaxValue { [Foundation.Export("maximumValue")] get; [Foundation.Export("setMaximumValue:")] set; }
member this.MaxValue : single with get, set
屬性值
- 屬性
備註
如果此屬性變更為小於控制項目前值的值,控制項的值將會變更為等於新的最大值。