dotnetCHARTING Send comments on this topic.
Mode Property
See Also 
dotnetCHARTING Namespace > Background Class : Mode Property


Gets or sets the fill mode.

Syntax

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

Return Value

A BackgroundMode enumeration that indicates how the background is filled.

See Also