GetLockedProperty
Shape.GetLockedProperty method
Ottiene il valore della proprietà bloccata.
public bool GetLockedProperty(ShapeLockType type)
Parametro | Tipo | Descrizione |
---|---|---|
type | ShapeLockType | Il tipo della proprietà della forma bloccata. |
Valore di ritorno
Restituisce il valore della proprietà bloccata.
Esempi
[C#]
int noAdjustHandles = 0;
if (shape.GetLockedProperty(ShapeLockType.AdjustHandles))
noAdjustHandles = 1;
Guarda anche
- enum ShapeLockType
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells