unreal.ScrollBarStyle
¶
- class unreal.ScrollBarStyle(horizontal_background_image: SlateBrush = Ellipsis, vertical_background_image: SlateBrush = Ellipsis, vertical_top_slot_image: SlateBrush = Ellipsis, horizontal_top_slot_image: SlateBrush = Ellipsis, vertical_bottom_slot_image: SlateBrush = Ellipsis, horizontal_bottom_slot_image: SlateBrush = Ellipsis, normal_thumb_image: SlateBrush = Ellipsis, hovered_thumb_image: SlateBrush = Ellipsis, dragged_thumb_image: SlateBrush = Ellipsis, thickness: float = 0.0)¶
Bases:
SlateWidgetStyle
Represents the appearance of an SScrollBar
C++ Source:
Module: SlateCore
File: SlateTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
dragged_thumb_image
(SlateBrush): [Read-Write] Dragged Thumb Image: Image to use when the scrollbar thumb is in its dragged statehorizontal_background_image
(SlateBrush): [Read-Write] Horizontal Background Image: Background image to use when the scrollbar is oriented horizontallyhorizontal_bottom_slot_image
(SlateBrush): [Read-Write] Horizontal Bottom Slot Image: The image to use to represent the track below the thumb when the scrollbar is oriented horizontallyhorizontal_top_slot_image
(SlateBrush): [Read-Write] Horizontal Top Slot Image: The image to use to represent the track above the thumb when the scrollbar is oriented horizontallyhovered_thumb_image
(SlateBrush): [Read-Write] Hovered Thumb Image: Image to use when the scrollbar thumb is in its hovered statenormal_thumb_image
(SlateBrush): [Read-Write] Normal Thumb Image: Image to use when the scrollbar thumb is in its normal statethickness
(float): [Read-Write] Thicknessvertical_background_image
(SlateBrush): [Read-Write] Vertical Background Image: Background image to use when the scrollbar is oriented verticallyvertical_bottom_slot_image
(SlateBrush): [Read-Write] Vertical Bottom Slot Image: The image to use to represent the track below the thumb when the scrollbar is oriented verticallyvertical_top_slot_image
(SlateBrush): [Read-Write] Vertical Top Slot Image: The image to use to represent the track above the thumb when the scrollbar is oriented vertically
- property dragged_thumb_image: SlateBrush¶
[Read-Write] Dragged Thumb Image: Image to use when the scrollbar thumb is in its dragged state
- Type:
- property horizontal_background_image: SlateBrush¶
[Read-Write] Horizontal Background Image: Background image to use when the scrollbar is oriented horizontally
- Type:
- property horizontal_bottom_slot_image: SlateBrush¶
[Read-Write] Horizontal Bottom Slot Image: The image to use to represent the track below the thumb when the scrollbar is oriented horizontally
- Type:
- property horizontal_top_slot_image: SlateBrush¶
[Read-Write] Horizontal Top Slot Image: The image to use to represent the track above the thumb when the scrollbar is oriented horizontally
- Type:
- property hovered_thumb_image: SlateBrush¶
[Read-Write] Hovered Thumb Image: Image to use when the scrollbar thumb is in its hovered state
- Type:
- property normal_thumb_image: SlateBrush¶
[Read-Write] Normal Thumb Image: Image to use when the scrollbar thumb is in its normal state
- Type:
- property vertical_background_image: SlateBrush¶
[Read-Write] Vertical Background Image: Background image to use when the scrollbar is oriented vertically
- Type:
- property vertical_bottom_slot_image: SlateBrush¶
[Read-Write] Vertical Bottom Slot Image: The image to use to represent the track below the thumb when the scrollbar is oriented vertically
- Type:
- property vertical_top_slot_image: SlateBrush¶
[Read-Write] Vertical Top Slot Image: The image to use to represent the track above the thumb when the scrollbar is oriented vertically
- Type: