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


Gets or sets a Shape object that specifies the default properties of all subsequent shapes in this MapLayer.

Syntax

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

See Also

© 2010 All Rights Reserved.