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