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