'Declaration Public Property InteractionPointFillColor As Vintasoft.Primitives.VintasoftColor
public Vintasoft.Primitives.VintasoftColor InteractionPointFillColor { get; set; }
public: __property Vintasoft.Primitives.VintasoftColor get_InteractionPointFillColor(); public: __property void set_InteractionPointFillColor(
Vintasoft.Primitives.VintasoftColor value
);
public:
property Vintasoft.Primitives.VintasoftColor InteractionPointFillColor { Vintasoft.Primitives.VintasoftColor get(); void set(Vintasoft.Primitives.VintasoftColor value); }