dotnetCHARTING Send comments on this topic.
Outline Property
See Also 
dotnetCHARTING Namespace > Element Class : Outline Property


Gets or sets a Line object used to an outline around this element.

Syntax

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

See Also

© 2008 All Rights Reserved.