StyleBox.contentMarginLeft

The left margin for the contents of this style box. Increasing this value reduces the space available to the contents from the left. Refer to contentMarginBottom for extra considerations.

  1. double contentMarginLeft [@property getter]
  2. double contentMarginLeft [@property setter]
    struct StyleBox
    @nogc nothrow @property
    void
    contentMarginLeft
    (
    double v
    )

Meta