Slider Operations
Functions Introduced
Use the function ProUISliderAnchorSet() to set the position of the slider with respect to a given anchor location. This function is applicable only if the parent of the Slider is a drawing area.
Use the function ProUISliderSizeSet() to set the size of the slider. This field is used only if the parent is a drawing area. The function will fail, if you specify a value smaller than the minimum size for the input arguments width or height.
Use the function ProUISliderMinimumsizeGet() to retrieve the minimum size of the width and height of the slider in pixels. Use this function only if the parent is a drawing area.
Use the function ProUISliderPositionSet() to set the position to the slider with respect to its parent. This field is used only if the parent is a drawing area.
Use the function ProUISliderPositionGet() to get the position to the slider with respect to its parent. This field is used only if the parent is a drawing area.
Use the function ProUISliderSizeGet() to get the size of the slider. This field is used only if the parent is a drawing area.
도움이 되셨나요?