dotnetCHARTING Send comments on this topic.
Soft Property
See Also 
dotnetCHARTING Namespace > Shadow Class : Soft Property



Gets or sets a value which indicates whether this shadow is soft or solid.

Syntax

Visual Basic (Declaration) 
Public Property Soft As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Shadow
Dim value As Boolean
 
instance.Soft = value
 
value = instance.Soft
C# 
public bool Soft {get; set;}
C++/CLI 
public:
property bool Soft {
   bool get();
   void set (bool value);
}

See Also