Gets or sets the boundary join style.
Syntax
Visual Basic (Declaration) | |
---|
Public Property BoundaryJoinType As JoinType |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SimpleFillSymbol
Dim value As JoinType
instance.BoundaryJoinType = value
value = instance.BoundaryJoinType |
C# | |
---|
public JoinType BoundaryJoinType {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also