'Declaration <CategoryAttribute("Study Panel Appearance")> <DescriptionAttribute("The fill color for study panel.")> <DesignerSerializationVisibilityAttribute(Visible)> Public Property StudyPanelFillColor As System.Drawing.Color
[Category("Study Panel Appearance")] [Description("The fill color for study panel.")] [DesignerSerializationVisibility(Visible)] public System.Drawing.Color StudyPanelFillColor { get; set; }
[Category("Study Panel Appearance")] [Description("The fill color for study panel.")] [DesignerSerializationVisibility(Visible)] public: __property System.Drawing.Color* get_StudyPanelFillColor(); public: __property void set_StudyPanelFillColor(
System.Drawing.Color* value
);
[Category("Study Panel Appearance")] [Description("The fill color for study panel.")] [DesignerSerializationVisibility(Visible)] public:
property System.Drawing.Color^ StudyPanelFillColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }