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