_SliderConfig#

class _SliderConfig[source]#

PyVista configuration encompassing all slider styles.

Examples#

Download Python source code | Download Jupyter notebook

Attributes#

_SliderConfig.classic

Return the Classic slider configuration.

_SliderConfig.modern

Return the Modern slider configuration.

Inherited Methods#

_ConfigBase.from_dict

Create an instance from a dictionary of attribute values.

_ConfigBase.to_dict

Return config parameters as a dictionary.