←Select platform

BackgroundColor Property

Summary

Gets or sets the spy glass background color.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public Brush BackgroundColor {get; set;} 
Public Property BackgroundColor As Brush 
public Brush BackgroundColor {get; set;} 
iOS: 
@property (nonatomic, copy) UIColor *backgroundColor 
macOS: 
@property (nonatomic, copy) NSColor *backgroundColor 
public int getBackgroundColor() 
public void setBackgroundColor(int color) 
             
  
get_BackgroundColor(); 
set_BackgroundColor(value); 
Object.defineProperty('BackgroundColor');  

Property Value

The spy glass background color. The default value is black.

Remarks

This property is used to fill the area outside the image in the spy glass.

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)