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