NinePatchRect.patchMarginLeft

The width of the 9-slice's left column. A margin of 16 means the 9-slice's left 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.

  1. long patchMarginLeft [@property getter]
    struct NinePatchRect
    @nogc nothrow @property
    long
    patchMarginLeft
    ()
  2. long patchMarginLeft [@property setter]

Meta