Click or drag to resize

NinePatchRectPatchMarginRight Property

The width of the 9-slice's right column. A margin of 16 means the 9-slice's right corners and side will have a width of 16 pixels. You can set all 4 margin values individually to create panels with non-uniform borders.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int PatchMarginRight { get; set; }

Property Value

Type: Int32
See Also