←Select platform

BorderColor Property (ImageViewerSpyGlassInteractiveMode)

Summary

Gets or sets the spy glass border color.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public Brush BorderColor {get; set;} 
Public Property BorderColor As Brush 
public Brush BorderColor {get; set;} 
iOS: 
@property (nonatomic, copy) UIColor *borderColor 
macOS: 
@property (nonatomic, copy) NSColor *borderColor 
public int getBorderColor() 
public void setBorderColor(int color) 
             
  
get_BorderColor(); 
set_BorderColor(value); 
Object.defineProperty('BorderColor');  

Property Value

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

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)