'Declaration <DescriptionAttribute("The center of color sphere.")> Public Property Center As Rgb24Color
[Description("The center of color sphere.")] public Rgb24Color Center { get; set; }
[Description("The center of color sphere.")] public: __property Rgb24Color* get_Center(); public: __property void set_Center(
Rgb24Color* value
);
[Description("The center of color sphere.")] public:
property Rgb24Color^ Center { Rgb24Color^ get(); void set(Rgb24Color^ value); }
Property Value
Значение по умолчанию - черный цвет - RGB(0,0,0).