SetLockedProperty

Shape.SetLockedProperty method

Establecer la propiedad bloqueada.

public void SetLockedProperty(ShapeLockType type, bool value)
ParámetroEscribeDescripción
typeShapeLockTypeEl tipo bloqueado.
valueBooleanEl valor de la propiedad.

Ejemplos


[C#]
shape.SetLockedProperty(ShapeLockType.AdjustHandles, true);

Ver también