Specifies the shape that is displayed at the start of the line.
Notes:
- The border width and color of the arrow will be the same as the line (i.e. specified by LineColor and LineWidth)
- The fill is specified by FillColor (Gradients are not supported)
Default: None
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IELineEndShape StartShape { get; set; }
Public Property StartShape As IELineEndShape Get Set
public: property IELineEndShape StartShape { IELineEndShape get (); void set (IELineEndShape value); }