type propiedad
type propiedad
Obtiene y establece la textura type
Definición:
@property
def type(self):
...
@type.setter
def type(self, value):
...
Ver también
- módulo aspose.cells.drawing
- clase TextureFill
- clase TextureType
Obtiene y establece la textura type
@property
def type(self):
...
@type.setter
def type(self, value):
...