'Declaration <DescriptionAttribute("The background color of shadow.")> <DefaultValueAttribute(System.Drawing.Color, "0, 255, 255, 255")> Public Property BackColorOfShadow As System.Drawing.Color
[Description("The background color of shadow.")] [DefaultValue(System.Drawing.Color, "0, 255, 255, 255")] public System.Drawing.Color BackColorOfShadow { get; set; }
[Description("The background color of shadow.")] [DefaultValue(System.Drawing.Color, "0, 255, 255, 255")] public: __property System.Drawing.Color* get_BackColorOfShadow(); public: __property void set_BackColorOfShadow(
System.Drawing.Color* value
);
[Description("The background color of shadow.")] [DefaultValue(System.Drawing.Color, "0, 255, 255, 255")] public:
property System.Drawing.Color^ BackColorOfShadow { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - Transparent.