ComponentOne FinancialChart for WPF
IsFilled Property



C1.WPF Namespace > C1VectorIcon Class : IsFilled Property
Gets whether the shaped is filled.
Syntax
'Declaration
 
Public Property IsFilled As Boolean
'Usage
 
Dim instance As C1VectorIcon
Dim value As Boolean
 
instance.IsFilled = value
 
value = instance.IsFilled
public bool IsFilled {get; set;}
public:
property bool IsFilled {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1VectorIcon Class
C1VectorIcon Members