property Slider.CaptionIndentY(Part as PartEnum) as Long
Indents the caption on y axis.

TypeDescription
Part as PartEnum A PartEnum expression that specifies the part where the text is displayed.
Long A long expression that specifies the indentation of the caption.
By default, the CaptionIndentX property is 0. Use the CaptionIndentY property to indent the caption of the part on the Y axis. Use the CaptionIndentX property to indent the caption on the part, on the X axis. Use the CaptionAlignment property to align the caption of the part. Use the Caption property to specify a caption on any part of the control. Use the Font property to specify the control's font. Use the ForeColor property to specify the caption's color, if the <fgcolor> tag is not used. Use the Value property to specify the control's value.