unreal.ScrollBoxStyle

class unreal.ScrollBoxStyle(bar_thickness=9.0, top_shadow_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], [[0.0, 0.0, 0.0, 1.0], [[0.0, 0.0, 0.0, 0.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], 0.0, SlateBrushRoundingType.HALF_HEIGHT_RADIUS, False], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], bottom_shadow_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], [[0.0, 0.0, 0.0, 1.0], [[0.0, 0.0, 0.0, 0.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], 0.0, SlateBrushRoundingType.HALF_HEIGHT_RADIUS, False], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], left_shadow_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], [[0.0, 0.0, 0.0, 1.0], [[0.0, 0.0, 0.0, 0.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], 0.0, SlateBrushRoundingType.HALF_HEIGHT_RADIUS, False], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], right_shadow_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], [[0.0, 0.0, 0.0, 1.0], [[0.0, 0.0, 0.0, 0.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], 0.0, SlateBrushRoundingType.HALF_HEIGHT_RADIUS, False], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR])

Bases: unreal.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] Bar Thickness

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

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

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

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

property bar_thickness

[Read-Write] Bar Thickness

Type

(float)

property bottom_shadow_brush

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

Type

(SlateBrush)

property left_shadow_brush

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

Type

(SlateBrush)

property right_shadow_brush

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

Type

(SlateBrush)

property top_shadow_brush

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

Type

(SlateBrush)