'Declaration <DefaultValueAttribute(System.Drawing.Color, "92, 255, 255, 255")> <CategoryAttribute("Resize Point")> <DescriptionAttribute("The background color of resize points.")> Public Property ResizePointsBackgroundColor As System.Drawing.Color
[DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] [Category("Resize Point")] [Description("The background color of resize points.")] public System.Drawing.Color ResizePointsBackgroundColor { get; set; }
[DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] [Category("Resize Point")] [Description("The background color of resize points.")] public: __property System.Drawing.Color* get_ResizePointsBackgroundColor(); public: __property void set_ResizePointsBackgroundColor(
System.Drawing.Color* value
);
[DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] [Category("Resize Point")] [Description("The background color of resize points.")] public:
property System.Drawing.Color^ ResizePointsBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Default value is White.