public Brush BackgroundColor {get; set;}
Public Property BackgroundColor As Brush
public Brush BackgroundColor {get; set;}
@property (nonatomic,copy) LTColor * backgroundColor;
public int getBackgroundColor() public void setBackgroundColor(int color)
get_BackgroundColor();
set_BackgroundColor(value);
Object.defineProperty('BackgroundColor');
This property is used to fill the area outside the image in the spy glass.
For an example, refer to ImageViewerSpyGlassInteractiveMode.