unreal.ScrollBoxStyle

class unreal.ScrollBoxStyle(bar_thickness: float = 0.0, top_shadow_brush: SlateBrush = Ellipsis, bottom_shadow_brush: SlateBrush = Ellipsis, left_shadow_brush: SlateBrush = Ellipsis, right_shadow_brush: SlateBrush = Ellipsis, horizontal_scrolled_content_padding: Margin = Ellipsis, vertical_scrolled_content_padding: Margin = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of an SScrollBox

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • bar_thickness (float): [Read-Write]

  • bottom_shadow_brush (SlateBrush): [Read-Write] Brush used to draw the bottom shadow of a scrollbox

  • horizontal_scrolled_content_padding (Margin): [Read-Write] Padding scroll panel that presents the scrolled content

  • left_shadow_brush (SlateBrush): [Read-Write] Brush used to draw the left shadow of a scrollbox

  • right_shadow_brush (SlateBrush): [Read-Write] Brush used to draw the right shadow of a scrollbox

  • top_shadow_brush (SlateBrush): [Read-Write] Brush used to draw the top shadow of a scrollbox

  • vertical_scrolled_content_padding (Margin): [Read-Write] Padding scroll panel that presents the scrolled content

property bar_thickness: float

[Read-Write]

Type:

(float)

property bottom_shadow_brush: SlateBrush

[Read-Write] Brush used to draw the bottom shadow of a scrollbox

Type:

(SlateBrush)

property horizontal_scrolled_content_padding: Margin

[Read-Write] Padding scroll panel that presents the scrolled content

Type:

(Margin)

property left_shadow_brush: SlateBrush

[Read-Write] Brush used to draw the left shadow of a scrollbox

Type:

(SlateBrush)

property right_shadow_brush: SlateBrush

[Read-Write] Brush used to draw the right shadow of a scrollbox

Type:

(SlateBrush)

property top_shadow_brush: SlateBrush

[Read-Write] Brush used to draw the top shadow of a scrollbox

Type:

(SlateBrush)

property vertical_scrolled_content_padding: Margin

[Read-Write] Padding scroll panel that presents the scrolled content

Type:

(Margin)