width proprietà

width proprietà

Restituisce o imposta lo width del filtro dei dati specificato, in punti.

Esempio


slicer.width = 100

Definizione:

@property
def width(self):
    ...
@width.setter
def width(self, value):
    ...

Guarda anche