Gets or set the value that indicates whether to remove all holes from the region that's created internally.
Syntax
Visual Basic (Declaration) | |
---|
Public Property RemoveHoles As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As KaufmannRegionCommand
Dim value As Boolean
instance.RemoveHoles = value
value = instance.RemoveHoles |
C# | |
---|
public bool RemoveHoles {get; set;} |
Property Value
Value that indicates whether to remove all holes from the region that's created internally.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also