Qurak

ControlType

可用

Option for specifying the type of control in Manipulate

ControlType
Manipulate[y, {y, 1, 10, 1}, {x, Range[y]}, ControlType -> {Slider, PopupMenu}] → Manipulate[y, {y, 1, 10, 1}, {x, Dynamic[Range[y]]}, ControlType -> {Slider, PopupMenu}]Manipulate[u, {u, "xxx"}, ControlType -> InputField] → Manipulate[u, {u, Dynamic[xxx]}, ControlType -> InputField]Table[Manipulate[u, {u, Blue}, ControlType -> c], {c, {ColorSetter, ColorSlider}}] → {Manipulate[u, {u, RGBColor[0, 0, 1]}, ControlType -> ColorSetter], Manipulate[u, {u, RGBColor[0, 0, 1]}, ControlType -> ColorSlider]}

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個