_SliderStyleConfig

_SliderStyleConfig#

class _SliderStyleConfig[source]#

PyVista configuration for a single slider style.

Attributes#

_SliderStyleConfig.cap_length

Return or set the cap length.

_SliderStyleConfig.cap_opacity

Return or set the cap opacity.

_SliderStyleConfig.cap_width

Return or set the cap width.

_SliderStyleConfig.name

Return the name of the slider style configuration.

_SliderStyleConfig.slider_color

Return or set the slider color.

_SliderStyleConfig.slider_length

Return or set the slider length.

_SliderStyleConfig.slider_width

Return or set the slider width.

_SliderStyleConfig.tube_color

Return or set the tube color.

_SliderStyleConfig.tube_width

Return or set the tube width.

Inherited Methods#

_ConfigBase.from_dict

Create an instance from a dictionary of attribute values.

_ConfigBase.to_dict

Return config parameters as a dictionary.