IgnoreUpdateShapeLocation Property
In This Topic
Syntax
'Declaration
Public Property IgnoreUpdateShapeLocation As Boolean
'Usage
Dim instance As PSObject
Dim value As Boolean
instance.IgnoreUpdateShapeLocation = value
value = instance.IgnoreUpdateShapeLocation
public bool IgnoreUpdateShapeLocation {get; set;}
See Also