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