TextureButton.expand

If true, the texture stretches to the edges of the node's bounding rectangle using the stretchMode. If false, the texture will not scale with the node.

  1. bool expand [@property getter]
  2. bool expand [@property setter]
    struct TextureButton
    @nogc nothrow @property
    void
    expand
    (
    bool v
    )

Meta