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



Gets or sets a shape object that holds the default settings for shapes in this group.

Syntax

Visual Basic (Declaration) 
Public Property DefaultShape As Shape
Visual Basic (Usage)Copy Code
Dim instance As Group
Dim value As Shape
 
instance.DefaultShape = value
 
value = instance.DefaultShape
C# 
public Shape DefaultShape {get; set;}
C++/CLI 
public:
property Shape^ DefaultShape {
   Shape^ get();
   void set (Shape^ value);
}

See Also