StyleBoxFlat
Inherits: StyleBox < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
get_border_width ( Side margin ) const |
|
get_border_width_min ( ) const |
|
get_corner_radius ( Corner corner ) const |
|
get_expand_margin ( Side margin ) const |
|
void |
set_border_width ( Side margin, int width ) |
void |
set_border_width_all ( int width ) |
void |
set_corner_radius ( Corner corner, int radius ) |
void |
set_corner_radius_all ( int radius ) |
void |
set_expand_margin ( Side margin, float size ) |
void |
set_expand_margin_all ( float size ) |
Property Descriptions
bool anti_aliasing = true
There is currently no description for this property. Please help us by contributing one!
float anti_aliasing_size = 1.0
There is currently no description for this property. Please help us by contributing one!
Color bg_color = Color(0.6, 0.6, 0.6, 1)
There is currently no description for this property. Please help us by contributing one!
bool border_blend = false
There is currently no description for this property. Please help us by contributing one!
Color border_color = Color(0.8, 0.8, 0.8, 1)
There is currently no description for this property. Please help us by contributing one!
int border_width_bottom = 0
There is currently no description for this property. Please help us by contributing one!
int border_width_left = 0
There is currently no description for this property. Please help us by contributing one!
int border_width_right = 0
There is currently no description for this property. Please help us by contributing one!
int border_width_top = 0
There is currently no description for this property. Please help us by contributing one!
int corner_detail = 8
There is currently no description for this property. Please help us by contributing one!
int corner_radius_bottom_left = 0
There is currently no description for this property. Please help us by contributing one!
int corner_radius_bottom_right = 0
There is currently no description for this property. Please help us by contributing one!
int corner_radius_top_left = 0
There is currently no description for this property. Please help us by contributing one!
int corner_radius_top_right = 0
There is currently no description for this property. Please help us by contributing one!
bool draw_center = true
There is currently no description for this property. Please help us by contributing one!
float expand_margin_bottom = 0.0
There is currently no description for this property. Please help us by contributing one!
float expand_margin_left = 0.0
There is currently no description for this property. Please help us by contributing one!
float expand_margin_right = 0.0
There is currently no description for this property. Please help us by contributing one!
float expand_margin_top = 0.0
There is currently no description for this property. Please help us by contributing one!
Color shadow_color = Color(0, 0, 0, 0.6)
There is currently no description for this property. Please help us by contributing one!
Vector2 shadow_offset = Vector2(0, 0)
There is currently no description for this property. Please help us by contributing one!
int shadow_size = 0
There is currently no description for this property. Please help us by contributing one!
Vector2 skew = Vector2(0, 0)
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
int get_border_width ( Side margin ) const
There is currently no description for this method. Please help us by contributing one!
int get_border_width_min ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_corner_radius ( Corner corner ) const
There is currently no description for this method. Please help us by contributing one!
float get_expand_margin ( Side margin ) const
There is currently no description for this method. Please help us by contributing one!
void set_border_width ( Side margin, int width )
There is currently no description for this method. Please help us by contributing one!
void set_border_width_all ( int width )
There is currently no description for this method. Please help us by contributing one!
void set_corner_radius ( Corner corner, int radius )
There is currently no description for this method. Please help us by contributing one!
void set_corner_radius_all ( int radius )
There is currently no description for this method. Please help us by contributing one!
void set_expand_margin ( Side margin, float size )
There is currently no description for this method. Please help us by contributing one!
void set_expand_margin_all ( float size )
There is currently no description for this method. Please help us by contributing one!