Position.Fills Property

Gets the fills.
public List<Fill> Fills {get;}
This language is not supported or no code example is available.
public:  
property List<Fill^>^ Fills { 
List<Fill^>^ get( ); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

List<Fill>

The fills.

In this article

Definition