'Declaration Public Property StrokeColor As Vintasoft.Imaging.ImageColors.Argb32Color
public Vintasoft.Imaging.ImageColors.Argb32Color StrokeColor { get; set; }
public: __property Vintasoft.Imaging.ImageColors.Argb32Color* get_StrokeColor(); public: __property void set_StrokeColor(
Vintasoft.Imaging.ImageColors.Argb32Color* value
);
public:
property Vintasoft.Imaging.ImageColors.Argb32Color^ StrokeColor { Vintasoft.Imaging.ImageColors.Argb32Color^ get(); void set(Vintasoft.Imaging.ImageColors.Argb32Color^ value); }