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