'Declaration Public Property InteractionPointBorderColor As Vintasoft.Primitives.VintasoftColor
public Vintasoft.Primitives.VintasoftColor InteractionPointBorderColor { get; set; }
public: __property Vintasoft.Primitives.VintasoftColor get_InteractionPointBorderColor(); public: __property void set_InteractionPointBorderColor(
Vintasoft.Primitives.VintasoftColor value
);
public:
property Vintasoft.Primitives.VintasoftColor InteractionPointBorderColor { Vintasoft.Primitives.VintasoftColor get(); void set(Vintasoft.Primitives.VintasoftColor value); }