width propiedad

width propiedad

Devuelve o establece el width de la segmentación especificada, en puntos.

Ejemplo


slicer.width = 100

Definición:

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

Ver también