dotnetCHARTING Send comments on this topic.
DefaultShape Property
See Also 
dotnetCHARTING.Mapping Namespace > Mapping Class : DefaultShape Property


Gets or sets a shape object that contains default properties for all shapes on this map.

Syntax

Visual Basic (Declaration) 
Public Property DefaultShape As Shape
Visual Basic (Usage)Copy Code
Dim instance As Mapping
Dim value As Shape
 
instance.DefaultShape = value
 
value = instance.DefaultShape
C# 
public Shape DefaultShape {get; set;}

See Also

© 2010 All Rights Reserved.