'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A color around the selected cell.")> Public Property SelectionColor As System.Windows.Media.Color
[Category("VintaSoft")] [Description("A color around the selected cell.")] public System.Windows.Media.Color SelectionColor { get; set; }
[Category("VintaSoft")] [Description("A color around the selected cell.")] public: __property System.Windows.Media.Color* get_SelectionColor(); public: __property void set_SelectionColor(
System.Windows.Media.Color* value
);
[Category("VintaSoft")] [Description("A color around the selected cell.")] public:
property System.Windows.Media.Color^ SelectionColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }
Property Value
Значение по умолчанию - Color.Lime.