Gets or sets whether this item cannot be inadvertently moved nor resized in the visual editor surface. Default is false.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public bool Locked { get; set; } |
Visual Basic |
---|
Public Property Locked As Boolean Get Set |
Visual C++ |
---|
public: property bool Locked { bool get (); void set (bool value); } |