unreal.SegmentedControlStyle
¶
- class unreal.SegmentedControlStyle(control_style: CheckBoxStyle = Ellipsis, first_control_style: CheckBoxStyle = Ellipsis, last_control_style: CheckBoxStyle = Ellipsis, background_brush: SlateBrush = Ellipsis, uniform_padding: Margin = Ellipsis)¶
Bases:
SlateWidgetStyle
Represents the appearance of an SSegmentedControl
C++ Source:
Module: SlateCore
File: SegmentedControlStyle.h
Editor Properties: (see get_editor_property/set_editor_property)
background_brush
(SlateBrush): [Read-Write] Background of the segmented controlcontrol_style
(CheckBoxStyle): [Read-Write] The style to use for our Center Controlfirst_control_style
(CheckBoxStyle): [Read-Write] The style to use for our Left Controllast_control_style
(CheckBoxStyle): [Read-Write] The style to use for our Left Controluniform_padding
(Margin): [Read-Write] Padding between each control
- property background_brush: SlateBrush¶
[Read-Write] Background of the segmented control
- Type:
- property control_style: CheckBoxStyle¶
[Read-Write] The style to use for our Center Control
- Type:
- property first_control_style: CheckBoxStyle¶
[Read-Write] The style to use for our Left Control
- Type:
- property last_control_style: CheckBoxStyle¶
[Read-Write] The style to use for our Left Control
- Type: